Mac App icon settings
1: Icon size required by Mac app at the moment
Icon_16x16.png 16px[email protected] 32pxicon_32x32.png 32px[email protected] 64pxicon_ 128x128.png 128px[email protected] 256pxicon_256x256.png 256px[email protected] 512pxicon_ 512x512.png 512px[email protected] 1024px
2: Process
Put all the above pictures in a directory, packaged into a Icns file, and then put the Myapp.icns file into the Xcode project, and then in the project plist inside, add the field Icon File, corresponding to Myapp.icns then, clean project, compile run, that is Can
3: Use the Png2icns tool, can quickly, put a PNG picture, quickly converted to, above the Mac icons list inside the picture,
The software is simple to use,
Png2icns Download
You can also use the Png2icns script,
4: The above generated Icns file, can use the Mac system comes with the Iconutil tool, extract it out, view
Iconutil-c Icns <iconset filename>
Reference: Http://stackoverflow.com/questions/12306223/how-to-manually-create-icns-files-using-iconutil
Http://stackoverflow.com/questions/6337787/how-can-i-set-the-icon-for-a-mac-application-in-xcode
https://developer.apple.com/library/mac/documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/ Optimizing/optimizing.html#//apple_ref/doc/uid/tp40012302-ch7-sw13
Mac App icon settings