Commit 3593c15f authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* OSX version can open .asx files. so we need to let the os know that ;)

parent 8ce08f94
...@@ -124,6 +124,16 @@ ...@@ -124,6 +124,16 @@
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Viewer</string> <string>Viewer</string>
</dict> </dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>asx</string>
</array>
<key>CFBundleTypeName</key>
<string>ASX File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict> <dict>
<key>CFBundleTypeExtensions</key> <key>CFBundleTypeExtensions</key>
<array> <array>
......
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