Commit c9d65d22 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: show more suitable icons instead of 'generic' for a couple of file extensions

This affects: .opus, .ogx, .wtv, .rec, .vro, .tod and .mks
parent 07461c63
...@@ -483,7 +483,7 @@ ...@@ -483,7 +483,7 @@
<string>opus</string> <string>opus</string>
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>generic.icns</string> <string>ogg.icns</string>
<key>CFBundleTypeMIMETypes</key> <key>CFBundleTypeMIMETypes</key>
<array> <array>
<string>audio/opus</string> <string>audio/opus</string>
...@@ -560,7 +560,7 @@ ...@@ -560,7 +560,7 @@
<string>ogx</string> <string>ogx</string>
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>generic.icns</string> <string>ogg.icns</string>
<key>CFBundleTypeMIMETypes</key> <key>CFBundleTypeMIMETypes</key>
<array> <array>
<string>application/ogg</string> <string>application/ogg</string>
...@@ -783,7 +783,7 @@ ...@@ -783,7 +783,7 @@
<string>wtv</string> <string>wtv</string>
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>generic.icns</string> <string>movie.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>Windows Recorded TV Show</string> <string>Windows Recorded TV Show</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -1037,7 +1037,7 @@ ...@@ -1037,7 +1037,7 @@
<string>rec</string> <string>rec</string>
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>generic.icns</string> <string>movie.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>Topfield PVR Recording</string> <string>Topfield PVR Recording</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -1073,7 +1073,7 @@ ...@@ -1073,7 +1073,7 @@
<string>vro</string> <string>vro</string>
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>generic.icns</string> <string>movie.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>DVD Video Recording Format</string> <string>DVD Video Recording Format</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -1085,7 +1085,7 @@ ...@@ -1085,7 +1085,7 @@
<string>tod</string> <string>tod</string>
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>generic.icns</string> <string>movie.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>JVC Everio Video Capture File</string> <string>JVC Everio Video Capture File</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -1097,7 +1097,7 @@ ...@@ -1097,7 +1097,7 @@
<string>mks</string> <string>mks</string>
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>generic.icns</string> <string>mkv.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>Matroska Elementry Stream</string> <string>Matroska Elementry Stream</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
......
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