Commit 31a9ab87 authored by Felix Paul Kühne's avatar Felix Paul Kühne

vlc-proj: backport [23962] (closes #1279)

parent be8d8731
...@@ -190,6 +190,10 @@ ...@@ -190,6 +190,10 @@
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>Generic.icns</string> <string>Generic.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/xspf+xml</string>
</array>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>XSPF Playlist</string> <string>XSPF Playlist</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -290,7 +294,11 @@ ...@@ -290,7 +294,11 @@
<string>spx</string> <string>spx</string>
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>generic.icns</string> <string>ogg.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>audio/ogg</string>
</array>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>Speex Audio File</string> <string>Speex Audio File</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -462,8 +470,12 @@ ...@@ -462,8 +470,12 @@
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>ogg.icns</string> <string>ogg.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>audio/ogg</string>
</array>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>OGG Multimedia Fle</string> <string>Ogg Vorbis File</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Viewer</string> <string>Viewer</string>
</dict> </dict>
...@@ -522,6 +534,10 @@ ...@@ -522,6 +534,10 @@
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>ogg.icns</string> <string>ogg.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>audio/ogg</string>
</array>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>Ogg Audio File</string> <string>Ogg Audio File</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -534,11 +550,31 @@ ...@@ -534,11 +550,31 @@
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>ogg.icns</string> <string>ogg.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>video/ogg</string>
</array>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>Ogg Video File</string> <string>Ogg Video File</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Viewer</string> <string>Viewer</string>
</dict> </dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ogx</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>ogg.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/ogg</string>
</array>
<key>CFBundleTypeName</key>
<string>Ogg Application File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict> <dict>
<key>CFBundleTypeExtensions</key> <key>CFBundleTypeExtensions</key>
<array> <array>
...@@ -880,6 +916,10 @@ ...@@ -880,6 +916,10 @@
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>generic.icns</string> <string>generic.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>audio/flac</string>
</array>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>FLAC Audio File</string> <string>FLAC Audio File</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