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

* fixed icons for bin, AIFF, WAV

parent 55f18a05
...@@ -166,6 +166,8 @@ ...@@ -166,6 +166,8 @@
<string>aiff</string> <string>aiff</string>
<string>aif</string> <string>aif</string>
</array> </array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>AIFF file</string> <string>AIFF file</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -313,6 +315,8 @@ ...@@ -313,6 +315,8 @@
<string>iso</string> <string>iso</string>
<string>bin</string> <string>bin</string>
</array> </array>
<key>CFBundleTypeIconFile</key>
<string>bin.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>ISO file</string> <string>ISO 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