annotate deploy/osx/Info.plist.2 @ 409:27446c7f3935

Some deployment gubbins (to be refined)
author Chris Cannam
date Fri, 08 Apr 2011 14:33:27 +0100
parents
children
rev   line source
Chris@409 1 <?xml version="1.0" encoding="UTF-8"?>
Chris@409 2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
Chris@409 3 <plist version="0.9">
Chris@409 4 <dict>
Chris@409 5 <key>CFBundleIconFile</key>
Chris@409 6 <string>sv-macicon.icns</string>
Chris@409 7 <key>CFBundlePackageType</key>
Chris@409 8 <string>APPL</string>
Chris@409 9 <key>CFBundleGetInfoString</key>
Chris@409 10 <string>Created by Qt/QMake</string>
Chris@409 11 <key>CFBundleSignature</key>
Chris@409 12 <string>SNCV</string>
Chris@409 13 <key>CFBundleExecutable</key>
Chris@409 14 <string>Sonic Visualiser</string>
Chris@409 15 <key>CFBundleIdentifier</key>
Chris@409 16 <string>org.isophonics.SonicVisualiser</string>
Chris@409 17 <key>CFBundleDocumentTypes</key>
Chris@409 18 <array>
Chris@409 19 <!-- we are an 'editor' of SV files -->
Chris@409 20 <dict>
Chris@409 21 <key>CFBundleTypeExtensions</key>
Chris@409 22 <array>
Chris@409 23 <string>sv</string>
Chris@409 24 </array>
Chris@409 25 <!-- TODO
Chris@409 26 <key>CFBundleTypeIconFile</key>
Chris@409 27 <string>SVProject.icns</string> -->
Chris@409 28 <key>CFBundleTypeMIMETypes</key>
Chris@409 29 <array>
Chris@409 30 <string>application/x-sonic-visualiser-project</string>
Chris@409 31 </array>
Chris@409 32 <key>CFBundleTypeName</key>
Chris@409 33 <string>Sonic Visualiser Project</string>
Chris@409 34 <key>CFBundleTypeOSTypes</key>
Chris@409 35 <array>
Chris@409 36 <string>****</string>
Chris@409 37 </array>
Chris@409 38 <key>CFBundleTypeRole</key>
Chris@409 39 <string>Editor</string>
Chris@409 40 <key>LSHandlerRank</key>
Chris@409 41 <string>Owner</string>
Chris@409 42 <key>LSIsAppleDefaultForType</key>
Chris@409 43 <true/>
Chris@409 44 </dict>
Chris@409 45
Chris@409 46 <!-- we are a 'viewer' of general audio files -->
Chris@409 47 <dict>
Chris@409 48 <key>CFBundleTypeExtensions</key>
Chris@409 49 <array>
Chris@409 50 <string>mp3</string>
Chris@409 51 </array>
Chris@409 52 <key>CFBundleTypeMIMETypes</key>
Chris@409 53 <array>
Chris@409 54 <string>audio/mpeg</string>
Chris@409 55 </array>
Chris@409 56 <key>CFBundleTypeName</key>
Chris@409 57 <string>MP3 Audio</string>
Chris@409 58 <key>CFBundleTypeRole</key>
Chris@409 59 <string>Viewer</string>
Chris@409 60 <key>LSIsAppleDefaultForType</key>
Chris@409 61 <false/>
Chris@409 62 <key>LSHandlerRank</key>
Chris@409 63 <string>Alternate</string>
Chris@409 64 </dict>
Chris@409 65 <dict>
Chris@409 66 <key>CFBundleTypeExtensions</key>
Chris@409 67 <array>
Chris@409 68 <string>ogg</string>
Chris@409 69 <string>oga</string>
Chris@409 70 </array>
Chris@409 71 <key>CFBundleTypeMIMETypes</key>
Chris@409 72 <array>
Chris@409 73 <string>audio/ogg</string>
Chris@409 74 </array>
Chris@409 75 <key>CFBundleTypeName</key>
Chris@409 76 <string>Ogg Vorbis Audio</string>
Chris@409 77 <key>CFBundleTypeRole</key>
Chris@409 78 <string>Viewer</string>
Chris@409 79 <key>LSIsAppleDefaultForType</key>
Chris@409 80 <false/>
Chris@409 81 <key>LSHandlerRank</key>
Chris@409 82 <string>Alternate</string>
Chris@409 83 </dict>
Chris@409 84 <dict>
Chris@409 85 <key>CFBundleTypeExtensions</key>
Chris@409 86 <array>
Chris@409 87 <string>wav</string>
Chris@409 88 </array>
Chris@409 89 <key>CFBundleTypeMIMETypes</key>
Chris@409 90 <array>
Chris@409 91 <string>audio/x-wav</string>
Chris@409 92 </array>
Chris@409 93 <key>CFBundleTypeName</key>
Chris@409 94 <string>Wave Audio</string>
Chris@409 95 <key>CFBundleTypeRole</key>
Chris@409 96 <string>Viewer</string>
Chris@409 97 <key>LSIsAppleDefaultForType</key>
Chris@409 98 <false/>
Chris@409 99 <key>LSHandlerRank</key>
Chris@409 100 <string>Alternate</string>
Chris@409 101 </dict>
Chris@409 102 <dict>
Chris@409 103 <key>CFBundleTypeExtensions</key>
Chris@409 104 <array>
Chris@409 105 <string>aif</string>
Chris@409 106 <string>aiff</string>
Chris@409 107 </array>
Chris@409 108 <key>CFBundleTypeMIMETypes</key>
Chris@409 109 <array>
Chris@409 110 <string>audio/x-aiff</string>
Chris@409 111 </array>
Chris@409 112 <key>CFBundleTypeName</key>
Chris@409 113 <string>AIFF Audio</string>
Chris@409 114 <key>CFBundleTypeRole</key>
Chris@409 115 <string>Viewer</string>
Chris@409 116 <key>LSIsAppleDefaultForType</key>
Chris@409 117 <false/>
Chris@409 118 <key>LSHandlerRank</key>
Chris@409 119 <string>Alternate</string>
Chris@409 120 </dict>
Chris@409 121 <dict>
Chris@409 122 <key>CFBundleTypeExtensions</key>
Chris@409 123 <array>
Chris@409 124 <string>flac</string>
Chris@409 125 </array>
Chris@409 126 <key>CFBundleTypeMIMETypes</key>
Chris@409 127 <array>
Chris@409 128 <string>audio/flac</string>
Chris@409 129 </array>
Chris@409 130 <key>CFBundleTypeName</key>
Chris@409 131 <string>FLAC Audio</string>
Chris@409 132 <key>CFBundleTypeRole</key>
Chris@409 133 <string>Viewer</string>
Chris@409 134 <key>LSIsAppleDefaultForType</key>
Chris@409 135 <false/>
Chris@409 136 <key>LSHandlerRank</key>
Chris@409 137 <string>Alternate</string>
Chris@409 138 </dict>
Chris@409 139 </array>
Chris@409 140 </dict>
Chris@409 141 </plist>