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@94
|
18 <!-- enable HiDPI -->
|
Chris@94
|
19 <key>NSPrincipalClass</key>
|
Chris@94
|
20 <string>NSApplication</string>
|
Chris@94
|
21 <key>NSHighResolutionCapable</key>
|
Chris@94
|
22 <string>True</string>
|
Chris@94
|
23
|
Chris@62
|
24 <key>CFBundleDocumentTypes</key>
|
Chris@62
|
25
|
Chris@62
|
26 <array>
|
Chris@62
|
27 <!-- we are a 'viewer' of general audio files -->
|
Chris@62
|
28 <dict>
|
Chris@62
|
29 <key>CFBundleTypeExtensions</key>
|
Chris@62
|
30 <array>
|
Chris@62
|
31 <string>mp3</string>
|
Chris@62
|
32 </array>
|
Chris@62
|
33 <key>CFBundleTypeMIMETypes</key>
|
Chris@62
|
34 <array>
|
Chris@62
|
35 <string>audio/mpeg</string>
|
Chris@62
|
36 </array>
|
Chris@62
|
37 <key>CFBundleTypeName</key>
|
Chris@62
|
38 <string>MP3 Audio</string>
|
Chris@62
|
39 <key>CFBundleTypeRole</key>
|
Chris@62
|
40 <string>Viewer</string>
|
Chris@62
|
41 <key>LSIsAppleDefaultForType</key>
|
Chris@62
|
42 <false/>
|
Chris@62
|
43 <key>LSHandlerRank</key>
|
Chris@62
|
44 <string>Alternate</string>
|
Chris@62
|
45 </dict>
|
Chris@62
|
46 <dict>
|
Chris@62
|
47 <key>CFBundleTypeExtensions</key>
|
Chris@62
|
48 <array>
|
Chris@62
|
49 <string>ogg</string>
|
Chris@62
|
50 <string>oga</string>
|
Chris@62
|
51 </array>
|
Chris@62
|
52 <key>CFBundleTypeMIMETypes</key>
|
Chris@62
|
53 <array>
|
Chris@62
|
54 <string>audio/ogg</string>
|
Chris@62
|
55 </array>
|
Chris@62
|
56 <key>CFBundleTypeName</key>
|
Chris@62
|
57 <string>Ogg Vorbis Audio</string>
|
Chris@62
|
58 <key>CFBundleTypeRole</key>
|
Chris@62
|
59 <string>Viewer</string>
|
Chris@62
|
60 <key>LSIsAppleDefaultForType</key>
|
Chris@62
|
61 <false/>
|
Chris@62
|
62 <key>LSHandlerRank</key>
|
Chris@62
|
63 <string>Alternate</string>
|
Chris@62
|
64 </dict>
|
Chris@62
|
65 <dict>
|
Chris@62
|
66 <key>CFBundleTypeExtensions</key>
|
Chris@62
|
67 <array>
|
Chris@62
|
68 <string>wav</string>
|
Chris@62
|
69 </array>
|
Chris@62
|
70 <key>CFBundleTypeMIMETypes</key>
|
Chris@62
|
71 <array>
|
Chris@62
|
72 <string>audio/x-wav</string>
|
Chris@62
|
73 </array>
|
Chris@62
|
74 <key>CFBundleTypeName</key>
|
Chris@62
|
75 <string>Wave Audio</string>
|
Chris@62
|
76 <key>CFBundleTypeRole</key>
|
Chris@62
|
77 <string>Viewer</string>
|
Chris@62
|
78 <key>LSIsAppleDefaultForType</key>
|
Chris@62
|
79 <false/>
|
Chris@62
|
80 <key>LSHandlerRank</key>
|
Chris@62
|
81 <string>Alternate</string>
|
Chris@62
|
82 </dict>
|
Chris@62
|
83 <dict>
|
Chris@62
|
84 <key>CFBundleTypeExtensions</key>
|
Chris@62
|
85 <array>
|
Chris@62
|
86 <string>aif</string>
|
Chris@62
|
87 <string>aiff</string>
|
Chris@62
|
88 </array>
|
Chris@62
|
89 <key>CFBundleTypeMIMETypes</key>
|
Chris@62
|
90 <array>
|
Chris@62
|
91 <string>audio/x-aiff</string>
|
Chris@62
|
92 </array>
|
Chris@62
|
93 <key>CFBundleTypeName</key>
|
Chris@62
|
94 <string>AIFF Audio</string>
|
Chris@62
|
95 <key>CFBundleTypeRole</key>
|
Chris@62
|
96 <string>Viewer</string>
|
Chris@62
|
97 <key>LSIsAppleDefaultForType</key>
|
Chris@62
|
98 <false/>
|
Chris@62
|
99 <key>LSHandlerRank</key>
|
Chris@62
|
100 <string>Alternate</string>
|
Chris@62
|
101 </dict>
|
Chris@62
|
102 <dict>
|
Chris@62
|
103 <key>CFBundleTypeExtensions</key>
|
Chris@62
|
104 <array>
|
Chris@62
|
105 <string>flac</string>
|
Chris@62
|
106 </array>
|
Chris@62
|
107 <key>CFBundleTypeMIMETypes</key>
|
Chris@62
|
108 <array>
|
Chris@62
|
109 <string>audio/flac</string>
|
Chris@62
|
110 </array>
|
Chris@62
|
111 <key>CFBundleTypeName</key>
|
Chris@62
|
112 <string>FLAC Audio</string>
|
Chris@62
|
113 <key>CFBundleTypeRole</key>
|
Chris@62
|
114 <string>Viewer</string>
|
Chris@62
|
115 <key>LSIsAppleDefaultForType</key>
|
Chris@62
|
116 <false/>
|
Chris@62
|
117 <key>LSHandlerRank</key>
|
Chris@62
|
118 <string>Alternate</string>
|
Chris@62
|
119 </dict>
|
Chris@62
|
120 </array>
|
Chris@62
|
121 </dict>
|
Chris@62
|
122 </plist>
|