ft2-clone

Fasttracker 2 clone
Log | Files | Refs | README | LICENSE

Info.plist (4672B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      3 <plist version="1.0">
      4 <dict>
      5     <key>CFBundleDocumentTypes</key>
      6     <array>
      7         <dict>
      8             <key>CFBundleTypeExtensions</key>
      9             <array>
     10                 <string>XM</string>
     11                 <string>xm</string>
     12             </array>
     13             <key>CFBundleTypeIconFile</key>
     14             <string>ft2-clone-macos.icns</string>
     15             <key>CFBundleTypeName</key>
     16             <string>Fasttracker II module</string>
     17             <key>CFBundleTypeRole</key>
     18             <string>Editor</string>
     19         </dict>
     20         <dict>
     21             <key>CFBundleTypeExtensions</key>
     22             <array>
     23                 <string>MOD</string>
     24                 <string>MOD</string>
     25             </array>
     26             <key>CFBundleTypeIconFile</key>
     27             <string>ft2-clone-macos.icns</string>
     28             <key>CFBundleTypeName</key>
     29             <string>ProTracker module</string>
     30             <key>CFBundleTypeRole</key>
     31             <string>Editor</string>
     32         </dict>
     33         <dict>
     34             <key>CFBundleTypeExtensions</key>
     35             <array>
     36                 <string>S3M</string>
     37                 <string>s3m</string>
     38             </array>
     39             <key>CFBundleTypeIconFile</key>
     40             <string>ft2-clone-macos.icns</string>
     41             <key>CFBundleTypeName</key>
     42             <string>Scream Tracker 3 module</string>
     43             <key>CFBundleTypeRole</key>
     44             <string>Editor</string>
     45         </dict>
     46         <dict>
     47             <key>CFBundleTypeExtensions</key>
     48             <array>
     49                 <string>STM</string>
     50                 <string>stm</string>
     51             </array>
     52             <key>CFBundleTypeIconFile</key>
     53             <string>ft2-clone-macos.icns</string>
     54             <key>CFBundleTypeName</key>
     55             <string>Scream Tracker 2 module</string>
     56             <key>CFBundleTypeRole</key>
     57             <string>Editor</string>
     58         </dict>
     59         <dict>
     60             <key>CFBundleTypeExtensions</key>
     61             <array>
     62                 <string>XI</string>
     63                 <string>xi</string>
     64             </array>
     65             <key>CFBundleTypeIconFile</key>
     66             <string>ft2-clone-macos.icns</string>
     67             <key>CFBundleTypeName</key>
     68             <string>Fasttracker II instrument</string>
     69             <key>CFBundleTypeRole</key>
     70             <string>Editor</string>
     71         </dict>
     72         <dict>
     73             <key>CFBundleTypeExtensions</key>
     74             <array>
     75                 <string>XT</string>
     76                 <string>xt</string>
     77             </array>
     78             <key>CFBundleTypeIconFile</key>
     79             <string>ft2-clone-macos.icns</string>
     80             <key>CFBundleTypeName</key>
     81             <string>Fasttracker II pattern track</string>
     82             <key>CFBundleTypeRole</key>
     83             <string>Editor</string>
     84         </dict>
     85         <dict>
     86             <key>CFBundleTypeExtensions</key>
     87             <array>
     88                 <string>XP</string>
     89                 <string>xp</string>
     90             </array>
     91             <key>CFBundleTypeIconFile</key>
     92             <string>ft2-clone-macos.icns</string>
     93             <key>CFBundleTypeName</key>
     94             <string>Fasttracker II pattern</string>
     95             <key>CFBundleTypeRole</key>
     96             <string>Editor</string>
     97         </dict>
     98     </array>
     99     <key>CFBundleDevelopmentRegion</key>
    100     <string>English</string>
    101     <key>CFBundleExecutable</key>
    102     <string>ft2-clone-macos</string>
    103     <key>CFBundleGetInfoString</key>
    104     <string>Fasttracker II clone</string>
    105     <key>CFBundleIconFile</key>
    106     <string>ft2-clone-macos.icns</string>
    107     <key>CFBundleIdentifier</key>
    108     <string>org.16-bits.ft2-clone-macos</string>
    109     <key>CFBundleInfoDictionaryVersion</key>
    110     <string>6.0</string>
    111     <key>CFBundleName</key>
    112     <string>Fasttracker II clone</string>
    113     <key>CFBundleDisplayName</key>
    114     <string>Fasttracker II clone</string>
    115     <key>CFBundlePackageType</key>
    116     <string>APPL</string>
    117     <key>CFBundleVersion</key>
    118     <string>1.0.0</string>
    119     <key>CFBundleShortVersion</key>
    120     <string>1.0.0</string>
    121     <key>CFBundleSignature</key>
    122     <string>Ft2c</string>
    123     <key>NSHumanReadableCopyright</key>
    124     <string>Copyright © Olav "8bitbubsy" Sørensen
    125 https://16-bits.org</string>
    126     <key>LSMinimumSystemVersion</key>
    127     <string>10.11</string>
    128     <key>CGDisableCoalescedUpdates</key>
    129     <true/>
    130     <key>NSHighResolutionCapable</key>
    131     <true/>
    132     <key>NSMicrophoneUsageDescription</key>
    133     <string>This program needs access to your audio device.</string>
    134 </dict>
    135 </plist>