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

* removed the file-extension 'm4p' since we can't decode it anyway and added 'm4v'

parent caaf6759
...@@ -596,8 +596,7 @@ ...@@ -596,8 +596,7 @@
<key>CFBundleTypeExtensions</key> <key>CFBundleTypeExtensions</key>
<array> <array>
<string>mp4</string> <string>mp4</string>
<string>m4a</string> <string>m4v</string>
<string>m4p</string>
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>mpeg4.icns</string> <string>mpeg4.icns</string>
...@@ -658,7 +657,6 @@ ...@@ -658,7 +657,6 @@
<key>CFBundleTypeExtensions</key> <key>CFBundleTypeExtensions</key>
<array> <array>
<string>m4a</string> <string>m4a</string>
<string>m4p</string>
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>mpeg4.icns</string> <string>mpeg4.icns</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