TomHarte / CLK

A latency-hating emulator of: the Acorn Electron and Archimedes, Amstrad CPC, Apple II/II+/IIe and early Macintosh, Atari 2600 and ST, ColecoVision, Enterprise 64/128, Commodore Vic-20 and Amiga, MSX 1/2, Oric 1/Atmos, early PC compatibles, Sega Master System, Sinclair ZX80/81 and ZX Spectrum.
MIT License
950 stars 52 forks source link

[macOS] Acquire non-ugly file type icons, fix file type icons #722

Open TomHarte opened 4 years ago

TomHarte commented 4 years ago

Background:

Clock Signal currently attempts to provide icons for the Finder, etc, for all associated file types. For whatever reason* those don't appear. Because they are somewhat incongruous with modern macOS norms — they're photographic — I haven't pursued this problem very vigorously.

Desired task:

Construct or obtain some icons that fit current norms, ensure that they appear appropriately in the Finder.

* quite possibly because they're provided as PNGs at a single resolution and despite the long-ago disappearance of Apple's icon conversion tool, and the fact that Xcode is apparently happy with that, possibly .icns files are the way to go?

mbrethen commented 4 years ago

Are you referring to the disk image icons displayed in the host system?

mbrethen commented 4 years ago

When specifying icons in macOS, you use an icon file (with extension .icns), which is capable of storing the icon at several different resolutions. I created the floppy525 apple icon image (.icns) as an example. I think Xcode Tools includes an Icon Composer app to create icon resource files. floppy525.zip

TomHarte commented 2 days ago

Was resolved by #1420