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>CFBundlePackageType</key>
|
Chris@409
|
6 <string>APPL</string>
|
Chris@409
|
7 <key>CFBundleName</key>
|
Chris@412
|
8 <string>Sonic Visualiser</string>
|
Chris@409
|
9 <key>CFBundleExecutable</key>
|
Chris@409
|
10 <string>Sonic Visualiser</string>
|
Chris@409
|
11 <key>CFBundleIconFile</key>
|
Chris@409
|
12 <string>sv-macicon.icns</string>
|
Chris@409
|
13 <key>CFBundleIdentifier</key>
|
Chris@409
|
14 <string>org.sonicvisualiser.SonicVisualiser</string>
|
Chris@409
|
15 <key>CFBundleShortVersionString</key>
|
Chris@409
|
16 <string>SV_VERSION</string>
|
Chris@410
|
17 <key>CFBundleDocumentTypes</key>
|
Chris@583
|
18
|
Chris@583
|
19 <!-- enable HiDPI -->
|
Chris@583
|
20 <key>NSPrincipalClass</key>
|
Chris@583
|
21 <string>NSApplication</string>
|
Chris@583
|
22 <key>NSHighResolutionCapable</key>
|
Chris@583
|
23 <string>True</string>
|
Chris@583
|
24
|
Chris@410
|
25 <array>
|
Chris@410
|
26 <!-- we are an 'editor' of SV files -->
|
Chris@410
|
27 <dict>
|
Chris@410
|
28 <key>CFBundleTypeExtensions</key>
|
Chris@410
|
29 <array>
|
Chris@410
|
30 <string>sv</string>
|
Chris@410
|
31 </array>
|
Chris@410
|
32 <!-- TODO
|
Chris@410
|
33 <key>CFBundleTypeIconFile</key>
|
Chris@410
|
34 <string>SVProject.icns</string> -->
|
Chris@410
|
35 <key>CFBundleTypeMIMETypes</key>
|
Chris@410
|
36 <array>
|
Chris@410
|
37 <string>application/x-sonic-visualiser-session</string>
|
Chris@410
|
38 </array>
|
Chris@410
|
39 <key>CFBundleTypeName</key>
|
Chris@410
|
40 <string>Sonic Visualiser Session</string>
|
Chris@410
|
41 <key>CFBundleTypeOSTypes</key>
|
Chris@410
|
42 <array>
|
Chris@410
|
43 <string>****</string>
|
Chris@410
|
44 </array>
|
Chris@410
|
45 <key>CFBundleTypeRole</key>
|
Chris@410
|
46 <string>Editor</string>
|
Chris@410
|
47 <key>LSHandlerRank</key>
|
Chris@410
|
48 <string>Owner</string>
|
Chris@410
|
49 <key>LSIsAppleDefaultForType</key>
|
Chris@410
|
50 <true/>
|
Chris@410
|
51 </dict>
|
Chris@410
|
52
|
Chris@410
|
53 <!-- we are a 'viewer' of general audio files -->
|
Chris@410
|
54 <dict>
|
Chris@410
|
55 <key>CFBundleTypeExtensions</key>
|
Chris@410
|
56 <array>
|
Chris@410
|
57 <string>mp3</string>
|
Chris@410
|
58 </array>
|
Chris@410
|
59 <key>CFBundleTypeMIMETypes</key>
|
Chris@410
|
60 <array>
|
Chris@410
|
61 <string>audio/mpeg</string>
|
Chris@410
|
62 </array>
|
Chris@410
|
63 <key>CFBundleTypeName</key>
|
Chris@410
|
64 <string>MP3 Audio</string>
|
Chris@410
|
65 <key>CFBundleTypeRole</key>
|
Chris@410
|
66 <string>Viewer</string>
|
Chris@410
|
67 <key>LSIsAppleDefaultForType</key>
|
Chris@410
|
68 <false/>
|
Chris@410
|
69 <key>LSHandlerRank</key>
|
Chris@410
|
70 <string>Alternate</string>
|
Chris@410
|
71 </dict>
|
Chris@410
|
72 <dict>
|
Chris@410
|
73 <key>CFBundleTypeExtensions</key>
|
Chris@410
|
74 <array>
|
Chris@410
|
75 <string>ogg</string>
|
Chris@410
|
76 <string>oga</string>
|
Chris@410
|
77 </array>
|
Chris@410
|
78 <key>CFBundleTypeMIMETypes</key>
|
Chris@410
|
79 <array>
|
Chris@410
|
80 <string>audio/ogg</string>
|
Chris@410
|
81 </array>
|
Chris@410
|
82 <key>CFBundleTypeName</key>
|
Chris@410
|
83 <string>Ogg Vorbis Audio</string>
|
Chris@410
|
84 <key>CFBundleTypeRole</key>
|
Chris@410
|
85 <string>Viewer</string>
|
Chris@410
|
86 <key>LSIsAppleDefaultForType</key>
|
Chris@410
|
87 <false/>
|
Chris@410
|
88 <key>LSHandlerRank</key>
|
Chris@410
|
89 <string>Alternate</string>
|
Chris@410
|
90 </dict>
|
Chris@410
|
91 <dict>
|
Chris@410
|
92 <key>CFBundleTypeExtensions</key>
|
Chris@410
|
93 <array>
|
Chris@410
|
94 <string>wav</string>
|
Chris@410
|
95 </array>
|
Chris@410
|
96 <key>CFBundleTypeMIMETypes</key>
|
Chris@410
|
97 <array>
|
Chris@410
|
98 <string>audio/x-wav</string>
|
Chris@410
|
99 </array>
|
Chris@410
|
100 <key>CFBundleTypeName</key>
|
Chris@410
|
101 <string>Wave Audio</string>
|
Chris@410
|
102 <key>CFBundleTypeRole</key>
|
Chris@410
|
103 <string>Viewer</string>
|
Chris@410
|
104 <key>LSIsAppleDefaultForType</key>
|
Chris@410
|
105 <false/>
|
Chris@410
|
106 <key>LSHandlerRank</key>
|
Chris@410
|
107 <string>Alternate</string>
|
Chris@410
|
108 </dict>
|
Chris@410
|
109 <dict>
|
Chris@410
|
110 <key>CFBundleTypeExtensions</key>
|
Chris@410
|
111 <array>
|
Chris@410
|
112 <string>aif</string>
|
Chris@410
|
113 <string>aiff</string>
|
Chris@410
|
114 </array>
|
Chris@410
|
115 <key>CFBundleTypeMIMETypes</key>
|
Chris@410
|
116 <array>
|
Chris@410
|
117 <string>audio/x-aiff</string>
|
Chris@410
|
118 </array>
|
Chris@410
|
119 <key>CFBundleTypeName</key>
|
Chris@410
|
120 <string>AIFF Audio</string>
|
Chris@410
|
121 <key>CFBundleTypeRole</key>
|
Chris@410
|
122 <string>Viewer</string>
|
Chris@410
|
123 <key>LSIsAppleDefaultForType</key>
|
Chris@410
|
124 <false/>
|
Chris@410
|
125 <key>LSHandlerRank</key>
|
Chris@410
|
126 <string>Alternate</string>
|
Chris@410
|
127 </dict>
|
Chris@410
|
128 <dict>
|
Chris@410
|
129 <key>CFBundleTypeExtensions</key>
|
Chris@410
|
130 <array>
|
Chris@410
|
131 <string>flac</string>
|
Chris@410
|
132 </array>
|
Chris@410
|
133 <key>CFBundleTypeMIMETypes</key>
|
Chris@410
|
134 <array>
|
Chris@410
|
135 <string>audio/flac</string>
|
Chris@410
|
136 </array>
|
Chris@410
|
137 <key>CFBundleTypeName</key>
|
Chris@410
|
138 <string>FLAC Audio</string>
|
Chris@410
|
139 <key>CFBundleTypeRole</key>
|
Chris@410
|
140 <string>Viewer</string>
|
Chris@410
|
141 <key>LSIsAppleDefaultForType</key>
|
Chris@410
|
142 <false/>
|
Chris@410
|
143 <key>LSHandlerRank</key>
|
Chris@410
|
144 <string>Alternate</string>
|
Chris@410
|
145 </dict>
|
Chris@410
|
146 </array>
|
Chris@410
|
147 </dict>
|
Chris@409
|
148 </plist>
|