From afa8e5a2b0fe30833662f77c895ab99b9b9cb81d Mon Sep 17 00:00:00 2001 From: John Maguire Date: Mon, 14 Jun 2010 13:40:02 +0000 Subject: [PATCH] Add supported filetypes to Info.plist so OS X knows which filetypes we can open. Fixes issue #405 --- dist/Info.plist.in | 187 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) diff --git a/dist/Info.plist.in b/dist/Info.plist.in index 405cdcc65..8846a33d9 100644 --- a/dist/Info.plist.in +++ b/dist/Info.plist.in @@ -32,5 +32,192 @@ http://clementine-player.appspot.com/sparkle SUPublicDSAKeyFile sparkle_pub.pem + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + xspf + + CFBundleTypeIconFile + Generic.icns + CFBundleTypeMIMETypes + + application/xspf+xml + + CFBundleTypeName + XSPF Playlist + CFBundleTypeRole + Viewer + + + CFBundleTypeExtensions + + wav + + CFBundleTypeMIMETypes + + audio/x-wav + + CFBundleTypeName + WAVE Audio File + CFBundleTypeRole + Viewer + + + CFBundleTypeExtensions + + pls + + CFBundleTypeIconFile + pls.icns + CFBundleTypeName + Shoutcast playlist + CFBundleTypeRole + Viewer + + + CFBundleTypeExtensions + + m3u + + CFBundleTypeIconFile + m3u.icns + CFBundleTypeMIMETypes + + audio/x-mpegurl + + CFBundleTypeName + Playlist file + CFBundleTypeRole + Viewer + + + CFBundleTypeExtensions + + aac + + CFBundleTypeIconFile + mpeg4.icns + CFBundleTypeName + AAC file + CFBundleTypeRole + Viewer + + + CFBundleTypeExtensions + + ogg + ogx + ogm + + CFBundleTypeIconFile + ogg.icns + CFBundleTypeMIMETypes + + audio/ogg + + CFBundleTypeName + Ogg Vorbis File + CFBundleTypeRole + Viewer + + + CFBundleTypeExtensions + + oga + + CFBundleTypeIconFile + ogg.icns + CFBundleTypeMIMETypes + + audio/ogg + + CFBundleTypeName + Ogg Audio File + CFBundleTypeRole + Viewer + + + CFBundleTypeExtensions + + wma + + CFBundleTypeIconFile + wma.icns + CFBundleTypeName + WIndows Media Audio + CFBundleTypeRole + Viewer + + + CFBundleTypeExtensions + + mp3 + + CFBundleTypeIconFile + mp3.icns + CFBundleTypeMIMETypes + + audio/mpeg + + CFBundleTypeName + MPEG Audio Layer 3 + CFBundleTypeRole + Viewer + + + CFBundleTypeExtensions + + 3gp + + CFBundleTypeIconFile + generic.icns + CFBundleTypeName + 3GPP File + CFBundleTypeRole + Viewer + + + CFBundleTypeExtensions + + m4a + + CFBundleTypeIconFile + mpeg4.icns + CFBundleTypeName + MPEG-4 Audio File + CFBundleTypeRole + Viewer + + + CFBundleTypeExtensions + + mpc + + CFBundleTypeIconFile + generic.icns + CFBundleTypeName + Musepack Audio File + CFBundleTypeRole + Viewer + + + CFBundleTypeExtensions + + flac + + CFBundleTypeIconFile + generic.icns + CFBundleTypeMIMETypes + + audio/flac + + CFBundleTypeName + FLAC Audio File + CFBundleTypeRole + Viewer + +