[vlc-commits] Info.plist: add support for dvdmedia packages, which are essentially Video_TS dumps for Apple's DVD Player.app

Felix Paul Kühne git at videolan.org
Tue Feb 26 23:11:34 CET 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | 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>



More information about the vlc-commits mailing list