vlc/vlc-2.0 | branch: master | Felix Paul Kühne <[email protected]> | Thu Sep 13 01:44:40 2012 +0200| [3ef0d251441325329bce6b80b8f7bbcd37a81d6e] | committer: Felix Paul Kühne
macosx: added support for the OPUS file and MIME types (cherry picked from commit ad8a5ba270d059e60ad49ea46246d435ed73732b) > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=3ef0d251441325329bce6b80b8f7bbcd37a81d6e --- extras/package/macosx/Info.plist.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in index ffd3070..7408ebb 100644 --- a/extras/package/macosx/Info.plist.in +++ b/extras/package/macosx/Info.plist.in @@ -468,6 +468,23 @@ <dict> <key>CFBundleTypeExtensions</key> <array> + <string>opus</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>generic.icns</string> + <key>CFBundleTypeMIMETypes</key> + <array> + <string>audio/opus</string> + <string>audio/ogg; codecs=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
