Generating a Mac Iconset

You’ll need to create PNG assets with the following sizes and filenames:

[cc]
icon_16x16.png
icon_16x16@2x.png
icon_32x32.png
icon_32x32@2x.png
icon_128x128.png
icon_128x128@2x.png
icon_256x256.png
icon_256x256@2x.png
icon_512x512.png
icon_512x512@2x.png
[/cc]
All of those assets should go into a folder named ‘Icon.iconset’.
Afterwards, just fire Terminal and type the following command:

[cc]
iconutil -c icns
[/cc]

If all went well, you should have a .icns file right there!.

Reference: Apple’s Guidelines.

%d