vlc | branch: master | Felix Paul Kühne <[email protected]> | Tue Feb 26 23:09:24 2013 +0100| [6a4cd277610ed2e2186a582ad8a6522db1da3f0f] | committer: Felix Paul Kühne
Info.plist: add support for dvdmedia packages, which are essentially Video_TS dumps for Apple's DVD Player.app > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6a4cd277610ed2e2186a582ad8a6522db1da3f0f --- extras/package/macosx/Info.plist.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in index 9ed08df..51ce869 100644 --- a/extras/package/macosx/Info.plist.in +++ b/extras/package/macosx/Info.plist.in @@ -42,6 +42,20 @@ <string>Viewer</string> </dict> <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>dvdmedia</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>movie.icns</string> + <key>CFBundleTypeName</key> + <string>DVD Media Document</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + <key>LSTypeIsPackage</key> + <true/> + </dict> + <dict> <key>CFBundleTypeExtensions</key> <array> <string>xspf</string> _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
