Commit 6a4cd277 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Info.plist: add support for dvdmedia packages, which are essentially Video_TS...

Info.plist: add support for dvdmedia packages, which are essentially Video_TS dumps for Apple's DVD Player.app
parent 89d1b53d
...@@ -41,6 +41,20 @@ ...@@ -41,6 +41,20 @@
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Viewer</string> <string>Viewer</string>
</dict> </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> <dict>
<key>CFBundleTypeExtensions</key> <key>CFBundleTypeExtensions</key>
<array> <array>
......
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