[vlc-commits] commit: Mac OS X: support the mp2t mime type (refs #3485) ( Felix Paul Kühne )

git at videolan.org git at videolan.org
Mon May 24 01:16:09 CEST 2010


vlc/vlc-1.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon May 24 01:15:40 2010 +0200| [1c26d070fa884f9964482b6ee46a76f3d94ba6e8] | committer: Felix Paul Kühne 

Mac OS X: support the mp2t mime type (refs #3485)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=1c26d070fa884f9964482b6ee46a76f3d94ba6e8
---

 extras/package/macosx/Info.plist.in |   16 ++++------------
 1 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in
index 772b0e7..efda61b 100644
--- a/extras/package/macosx/Info.plist.in
+++ b/extras/package/macosx/Info.plist.in
@@ -137,18 +137,6 @@
 		<dict>
 			<key>CFBundleTypeExtensions</key>
 			<array>
-				<string>vlc</string>
-			</array>
-			<key>CFBundleTypeIconFile</key>
-			<string>generic.icns</string>
-			<key>CFBundleTypeName</key>
-			<string>Generic VLC media player file</string>
-			<key>CFBundleTypeRole</key>
-			<string>Viewer</string>
-		</dict>
-		<dict>
-			<key>CFBundleTypeExtensions</key>
-			<array>
 				<string>ape</string>
 			</array>
 			<key>CFBundleTypeIconFile</key>
@@ -848,6 +836,10 @@
 			<string>Viewer</string>
 		</dict>
 		<dict>
+            <key>CFBundleTypeMIMETypes</key>
+			<array>
+				<string>video/mp2t</string>
+			</array>
 			<key>CFBundleTypeExtensions</key>
 			<array>
 				<string>ts</string>



More information about the vlc-commits mailing list