[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:18:13 CEST 2010
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon May 24 01:18:07 2010 +0200| [38d8ba2750dbc000297421cbed57eaf772101f63] | committer: Felix Paul Kühne
Mac OS X: support the mp2t mime type (refs #3485)
Manual forwardport of [1c26d070fa884f9964482b6ee46a76f3d94ba6e8]
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=38d8ba2750dbc000297421cbed57eaf772101f63
---
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