annotate deploy/osx/Info.plist @ 698:ee97c742d184 tip

Default branch is now named default on git as well as hg, in case we ever want to switch to mirroring in the other direction
author Chris Cannam
date Thu, 27 Aug 2020 15:58:43 +0100
parents 1dddd90cb84e
children
rev   line source
Chris@62 1 <?xml version="1.0" encoding="UTF-8"?>
Chris@62 2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
Chris@62 3 <plist version="0.9">
Chris@62 4 <dict>
Chris@62 5 <key>CFBundlePackageType</key>
Chris@62 6 <string>APPL</string>
Chris@62 7 <key>CFBundleName</key>
Chris@62 8 <string>Tony</string>
Chris@62 9 <key>CFBundleExecutable</key>
Chris@62 10 <string>Tony</string>
matthiasm@76 11 <key>CFBundleIconFile</key>
matthiasm@76 12 <string>tony.icns</string>
matthiasm@76 13 <key>CFBundleIdentifier</key>
Chris@62 14 <string>uk.ac.qmul.eecs.c4dm.Tony</string>
Chris@62 15 <key>CFBundleShortVersionString</key>
Chris@62 16 <string>TONY_VERSION</string>
Chris@94 17
Chris@544 18 <!-- Provide an explanatory string for microphone usage so
Chris@544 19 that access is requested. NB this is localised in
Chris@544 20 *.lproj/InfoPlist.strings files -->
Chris@544 21 <key>NSMicrophoneUsageDescription</key>
Chris@544 22 <string>Tony needs to use the microphone for recording.</string>
Chris@544 23
Chris@94 24 <!-- enable HiDPI -->
Chris@94 25 <key>NSPrincipalClass</key>
Chris@94 26 <string>NSApplication</string>
Chris@94 27 <key>NSHighResolutionCapable</key>
Chris@94 28 <string>True</string>
Chris@94 29
Chris@62 30 <key>CFBundleDocumentTypes</key>
Chris@62 31
Chris@62 32 <array>
Chris@62 33 <!-- we are a 'viewer' of general audio files -->
Chris@62 34 <dict>
Chris@62 35 <key>CFBundleTypeExtensions</key>
Chris@62 36 <array>
Chris@62 37 <string>mp3</string>
Chris@62 38 </array>
Chris@62 39 <key>CFBundleTypeMIMETypes</key>
Chris@62 40 <array>
Chris@62 41 <string>audio/mpeg</string>
Chris@62 42 </array>
Chris@62 43 <key>CFBundleTypeName</key>
Chris@62 44 <string>MP3 Audio</string>
Chris@62 45 <key>CFBundleTypeRole</key>
Chris@62 46 <string>Viewer</string>
Chris@62 47 <key>LSIsAppleDefaultForType</key>
Chris@62 48 <false/>
Chris@62 49 <key>LSHandlerRank</key>
Chris@62 50 <string>Alternate</string>
Chris@62 51 </dict>
Chris@62 52 <dict>
Chris@62 53 <key>CFBundleTypeExtensions</key>
Chris@62 54 <array>
Chris@62 55 <string>ogg</string>
Chris@62 56 <string>oga</string>
Chris@62 57 </array>
Chris@62 58 <key>CFBundleTypeMIMETypes</key>
Chris@62 59 <array>
Chris@62 60 <string>audio/ogg</string>
Chris@62 61 </array>
Chris@62 62 <key>CFBundleTypeName</key>
Chris@62 63 <string>Ogg Vorbis Audio</string>
Chris@62 64 <key>CFBundleTypeRole</key>
Chris@62 65 <string>Viewer</string>
Chris@62 66 <key>LSIsAppleDefaultForType</key>
Chris@62 67 <false/>
Chris@62 68 <key>LSHandlerRank</key>
Chris@62 69 <string>Alternate</string>
Chris@62 70 </dict>
Chris@62 71 <dict>
Chris@62 72 <key>CFBundleTypeExtensions</key>
Chris@62 73 <array>
Chris@62 74 <string>wav</string>
Chris@62 75 </array>
Chris@62 76 <key>CFBundleTypeMIMETypes</key>
Chris@62 77 <array>
Chris@62 78 <string>audio/x-wav</string>
Chris@62 79 </array>
Chris@62 80 <key>CFBundleTypeName</key>
Chris@62 81 <string>Wave Audio</string>
Chris@62 82 <key>CFBundleTypeRole</key>
Chris@62 83 <string>Viewer</string>
Chris@62 84 <key>LSIsAppleDefaultForType</key>
Chris@62 85 <false/>
Chris@62 86 <key>LSHandlerRank</key>
Chris@62 87 <string>Alternate</string>
Chris@62 88 </dict>
Chris@62 89 <dict>
Chris@62 90 <key>CFBundleTypeExtensions</key>
Chris@62 91 <array>
Chris@62 92 <string>aif</string>
Chris@62 93 <string>aiff</string>
Chris@62 94 </array>
Chris@62 95 <key>CFBundleTypeMIMETypes</key>
Chris@62 96 <array>
Chris@62 97 <string>audio/x-aiff</string>
Chris@62 98 </array>
Chris@62 99 <key>CFBundleTypeName</key>
Chris@62 100 <string>AIFF Audio</string>
Chris@62 101 <key>CFBundleTypeRole</key>
Chris@62 102 <string>Viewer</string>
Chris@62 103 <key>LSIsAppleDefaultForType</key>
Chris@62 104 <false/>
Chris@62 105 <key>LSHandlerRank</key>
Chris@62 106 <string>Alternate</string>
Chris@62 107 </dict>
Chris@62 108 <dict>
Chris@62 109 <key>CFBundleTypeExtensions</key>
Chris@62 110 <array>
Chris@62 111 <string>flac</string>
Chris@62 112 </array>
Chris@62 113 <key>CFBundleTypeMIMETypes</key>
Chris@62 114 <array>
Chris@62 115 <string>audio/flac</string>
Chris@62 116 </array>
Chris@62 117 <key>CFBundleTypeName</key>
Chris@62 118 <string>FLAC Audio</string>
Chris@62 119 <key>CFBundleTypeRole</key>
Chris@62 120 <string>Viewer</string>
Chris@62 121 <key>LSIsAppleDefaultForType</key>
Chris@62 122 <false/>
Chris@62 123 <key>LSHandlerRank</key>
Chris@62 124 <string>Alternate</string>
Chris@62 125 </dict>
Chris@62 126 </array>
Chris@62 127 </dict>
Chris@62 128 </plist>