1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-08-07 23:25:00 +00:00

Adds MIME type for Apple-recognised disk images.

This commit is contained in:
Thomas Harte
2019-07-23 11:36:47 -04:00
parent fcee7779b0
commit 4d361b1952

View File

@@ -509,6 +509,10 @@
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>floppy35</string> <string>floppy35</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/x-apple-diskimage</string>
</array>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>DiskCopy 4.2 Disk Image</string> <string>DiskCopy 4.2 Disk Image</string>
<key>CFBundleTypeOSTypes</key> <key>CFBundleTypeOSTypes</key>