spek

Acoustic spectrum analyser https://github.com/alexkay/spek spek.cc
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

Info.plist.in (1742B)


      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>CFBundleDevelopmentRegion</key>
      6     <string>English</string>
      7     <key>CFBundleExecutable</key>
      8     <string>Spek</string>
      9     <key>CFBundleGetInfoString</key>
     10     <string>Spek @VERSION@</string>
     11     <key>CFBundleIconFile</key>
     12     <string>Spek.icns</string>
     13     <key>CFBundleIdentifier</key>
     14     <string>org.spek-project</string>
     15     <key>CFBundleInfoDictionaryVersion</key>
     16     <string>6.0</string>
     17     <key>CFBundlePackageType</key>
     18     <string>APPL</string>
     19     <key>CFBundleShortVersionString</key>
     20     <string>@VERSION@</string>
     21     <key>CFBundleSignature</key>
     22     <string>????</string>
     23     <key>CFBundleVersion</key>
     24     <string>@VERSION@</string>
     25     <key>NSPrincipalClass</key>
     26     <string>NSApplication</string>
     27     <key>NSHumanReadableCopyright</key>
     28     <string>Copyright (c) 2010-2013 Alexander Kojevnikov and contributors</string>
     29     <key>LSMinimumSystemVersion</key>
     30     <string>10.5</string>
     31     <key>CFBundleDocumentTypes</key>
     32     <array>
     33         <dict>
     34             <key>CFBundleTypeIconFiles</key>
     35             <array>
     36                 <string>Spek.icns</string>
     37             </array>
     38             <key>CFBundleTypeName</key>
     39             <string>Spek File</string>
     40             <key>CFBundleTypeRole</key>
     41             <string>Viewer</string>
     42             <key>LSHandlerRank</key>
     43             <string>Alternate</string>
     44             <key>LSItemContentTypes</key>
     45             <array>
     46                 <string>public.audio</string>
     47                 <string>public.movie</string>
     48             </array>
     49         </dict>
     50     </array>
     51 </dict>
     52 </plist>