vlc | branch: master | Felix Paul Kühne <[email protected]> | Thu Sep 13 01:44:40 2012 +0200| [ad8a5ba270d059e60ad49ea46246d435ed73732b] | committer: Felix Paul Kühne
macosx: added support for the OPUS file and MIME types > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad8a5ba270d059e60ad49ea46246d435ed73732b --- extras/package/macosx/Info.plist.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in index 952adb4..613e536 100644 --- a/extras/package/macosx/Info.plist.in +++ b/extras/package/macosx/Info.plist.in @@ -468,6 +468,22 @@ <dict> <key>CFBundleTypeExtensions</key> <array> + <string>opus</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>generic.icns</string> + <key>CFBundleTypeMIMETypes</key> + <array> + <string>audio/opus</string> + </array> + <key>CFBundleTypeName</key> + <string>OPUS file</string> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> <string>ogm</string> </array> <key>CFBundleTypeIconFile</key> _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
