Mercurial > hg > sonic-visualiser
changeset 391:f6acaf2859e6
Add FLAC to the OSX list of what can be loaded
author | Dan Stowell <dan.stowell@eecs.qmul.ac.uk> |
---|---|
date | Fri, 14 Jan 2011 09:33:43 +0000 |
parents | 00a5d0029e95 |
children | 2ce1a4f8c4d3 |
files | osx/Info.plist |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/osx/Info.plist Tue Jan 11 15:20:58 2011 +0000 +++ b/osx/Info.plist Fri Jan 14 09:33:43 2011 +0000 @@ -118,6 +118,24 @@ <key>LSHandlerRank</key> <string>Alternate</string> </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>flac</string> + </array> + <key>CFBundleTypeMIMETypes</key> + <array> + <string>audio/flac</string> + </array> + <key>CFBundleTypeName</key> + <string>FLAC Audio</string> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + <key>LSIsAppleDefaultForType</key> + <false/> + <key>LSHandlerRank</key> + <string>Alternate</string> + </dict> </array> </dict> </plist>