Mercurial > hg > sonic-visualiser
comparison osx/Info.plist @ 390:00a5d0029e95
Add other audio mime types to the OSX list of what can be loaded
author | Dan Stowell <dan.stowell@eecs.qmul.ac.uk> |
---|---|
date | Tue, 11 Jan 2011 15:20:58 +0000 |
parents | 4e16d48c693d |
children | f6acaf2859e6 |
comparison
equal
deleted
inserted
replaced
389:61111a6a229f | 390:00a5d0029e95 |
---|---|
60 <key>LSIsAppleDefaultForType</key> | 60 <key>LSIsAppleDefaultForType</key> |
61 <false/> | 61 <false/> |
62 <key>LSHandlerRank</key> | 62 <key>LSHandlerRank</key> |
63 <string>Alternate</string> | 63 <string>Alternate</string> |
64 </dict> | 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> | |
65 </array> | 121 </array> |
66 </dict> | 122 </dict> |
67 </plist> | 123 </plist> |