Commit 2dba5fa1 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* added a couple of MIME types (to be forward-ported) and back-ported [22782] (refs #1279)

parent d1eb4c80
......@@ -454,7 +454,7 @@
<key>CFBundleTypeIconFile</key>
<string>ogg.icns</string>
<key>CFBundleTypeName</key>
<string>OGG Vorbis file</string>
<string>OGG Multimedia Fle</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
......@@ -470,6 +470,16 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>oga</string>
</array>
<key>CFBundleTypeName</key>
<string>Ogg Audio File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
......@@ -795,6 +805,16 @@
<string>http</string>
</array>
</dict>
<dict>
<key>CFBundleURLIconFile</key>
<string>generic</string>
<key>CFBundleURLName</key>
<string>Secure HTTP</string>
<key>CFBundleURLSchemes</key>
<array>
<string>https</string>
</array>
</dict>
<dict>
<key>CFBundleURLIconFile</key>
<string>generic</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