Commit 1c26d070 authored by Felix Paul Kühne's avatar Felix Paul Kühne

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

parent fcbdd496
......@@ -134,18 +134,6 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<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>
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment