1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +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>
<key>CFBundleTypeIconFile</key>
<string>floppy35</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/x-apple-diskimage</string>
</array>
<key>CFBundleTypeName</key>
<string>DiskCopy 4.2 Disk Image</string>
<key>CFBundleTypeOSTypes</key>