[vlc-commits] macosx: Info.plist: Remove extension for mkv and mka
David Fuhrmann
git at videolan.org
Sun Apr 2 11:54:30 CEST 2017
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Apr 2 11:09:17 2017 +0200| [b76a6e7af8de76a762e48e5d2a06e89f895e199a] | committer: David Fuhrmann
macosx: Info.plist: Remove extension for mkv and mka
They are already defined in the linked UTIs.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b76a6e7af8de76a762e48e5d2a06e89f895e199a
---
share/Info.plist.in | 8 --------
1 file changed, 8 deletions(-)
diff --git a/share/Info.plist.in b/share/Info.plist.in
index 7aa0b80..1a1418e 100644
--- a/share/Info.plist.in
+++ b/share/Info.plist.in
@@ -1035,10 +1035,6 @@
<string>Viewer</string>
</dict>
<dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>mka</string>
- </array>
<key>CFBundleTypeIconFile</key>
<string>audio.icns</string>
<key>CFBundleTypeName</key>
@@ -1051,10 +1047,6 @@
</array>
</dict>
<dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>mkv</string>
- </array>
<key>CFBundleTypeIconFile</key>
<string>mkv.icns</string>
<key>CFBundleTypeName</key>
More information about the vlc-commits
mailing list