Mercurial > hg > sonic-visualiser
comparison deploy/osx/Info.plist @ 410:663bfebdef4e
Incorporate Dan's plist stuff and my plist stuff (automatic version writing etc) into a single plist
author | Chris Cannam |
---|---|
date | Fri, 08 Apr 2011 16:35:13 +0100 |
parents | 27446c7f3935 |
children | 44741262c2e0 |
comparison
equal
deleted
inserted
replaced
409:27446c7f3935 | 410:663bfebdef4e |
---|---|
12 <string>sv-macicon.icns</string> | 12 <string>sv-macicon.icns</string> |
13 <key>CFBundleIdentifier</key> | 13 <key>CFBundleIdentifier</key> |
14 <string>org.sonicvisualiser.SonicVisualiser</string> | 14 <string>org.sonicvisualiser.SonicVisualiser</string> |
15 <key>CFBundleShortVersionString</key> | 15 <key>CFBundleShortVersionString</key> |
16 <string>SV_VERSION</string> | 16 <string>SV_VERSION</string> |
17 </dict> | 17 <key>CFBundleDocumentTypes</key> |
18 <array> | |
19 <!-- we are an 'editor' of SV files --> | |
20 <dict> | |
21 <key>CFBundleTypeExtensions</key> | |
22 <array> | |
23 <string>sv</string> | |
24 </array> | |
25 <!-- TODO | |
26 <key>CFBundleTypeIconFile</key> | |
27 <string>SVProject.icns</string> --> | |
28 <key>CFBundleTypeMIMETypes</key> | |
29 <array> | |
30 <string>application/x-sonic-visualiser-session</string> | |
31 </array> | |
32 <key>CFBundleTypeName</key> | |
33 <string>Sonic Visualiser Session</string> | |
34 <key>CFBundleTypeOSTypes</key> | |
35 <array> | |
36 <string>****</string> | |
37 </array> | |
38 <key>CFBundleTypeRole</key> | |
39 <string>Editor</string> | |
40 <key>LSHandlerRank</key> | |
41 <string>Owner</string> | |
42 <key>LSIsAppleDefaultForType</key> | |
43 <true/> | |
44 </dict> | |
45 | |
46 <!-- we are a 'viewer' of general audio files --> | |
47 <dict> | |
48 <key>CFBundleTypeExtensions</key> | |
49 <array> | |
50 <string>mp3</string> | |
51 </array> | |
52 <key>CFBundleTypeMIMETypes</key> | |
53 <array> | |
54 <string>audio/mpeg</string> | |
55 </array> | |
56 <key>CFBundleTypeName</key> | |
57 <string>MP3 Audio</string> | |
58 <key>CFBundleTypeRole</key> | |
59 <string>Viewer</string> | |
60 <key>LSIsAppleDefaultForType</key> | |
61 <false/> | |
62 <key>LSHandlerRank</key> | |
63 <string>Alternate</string> | |
64 </dict> | |
65 <dict> | |
66 <key>CFBundleTypeExtensions</key> | |
67 <array> | |
68 <string>ogg</string> | |
69 <string>oga</string> | |
70 </array> | |
71 <key>CFBundleTypeMIMETypes</key> | |
72 <array> | |
73 <string>audio/ogg</string> | |
74 </array> | |
75 <key>CFBundleTypeName</key> | |
76 <string>Ogg Vorbis Audio</string> | |
77 <key>CFBundleTypeRole</key> | |
78 <string>Viewer</string> | |
79 <key>LSIsAppleDefaultForType</key> | |
80 <false/> | |
81 <key>LSHandlerRank</key> | |
82 <string>Alternate</string> | |
83 </dict> | |
84 <dict> | |
85 <key>CFBundleTypeExtensions</key> | |
86 <array> | |
87 <string>wav</string> | |
88 </array> | |
89 <key>CFBundleTypeMIMETypes</key> | |
90 <array> | |
91 <string>audio/x-wav</string> | |
92 </array> | |
93 <key>CFBundleTypeName</key> | |
94 <string>Wave Audio</string> | |
95 <key>CFBundleTypeRole</key> | |
96 <string>Viewer</string> | |
97 <key>LSIsAppleDefaultForType</key> | |
98 <false/> | |
99 <key>LSHandlerRank</key> | |
100 <string>Alternate</string> | |
101 </dict> | |
102 <dict> | |
103 <key>CFBundleTypeExtensions</key> | |
104 <array> | |
105 <string>aif</string> | |
106 <string>aiff</string> | |
107 </array> | |
108 <key>CFBundleTypeMIMETypes</key> | |
109 <array> | |
110 <string>audio/x-aiff</string> | |
111 </array> | |
112 <key>CFBundleTypeName</key> | |
113 <string>AIFF Audio</string> | |
114 <key>CFBundleTypeRole</key> | |
115 <string>Viewer</string> | |
116 <key>LSIsAppleDefaultForType</key> | |
117 <false/> | |
118 <key>LSHandlerRank</key> | |
119 <string>Alternate</string> | |
120 </dict> | |
121 <dict> | |
122 <key>CFBundleTypeExtensions</key> | |
123 <array> | |
124 <string>flac</string> | |
125 </array> | |
126 <key>CFBundleTypeMIMETypes</key> | |
127 <array> | |
128 <string>audio/flac</string> | |
129 </array> | |
130 <key>CFBundleTypeName</key> | |
131 <string>FLAC Audio</string> | |
132 <key>CFBundleTypeRole</key> | |
133 <string>Viewer</string> | |
134 <key>LSIsAppleDefaultForType</key> | |
135 <false/> | |
136 <key>LSHandlerRank</key> | |
137 <string>Alternate</string> | |
138 </dict> | |
139 </array> | |
140 </dict> | |
18 </plist> | 141 </plist> |