How to create an icon for your Cocoa application
- Create a 512x512 pixel icon with Photoshop and save it as a PSD file
- Open the Icon Composer app and drag the PSD file into the first slot
- Choose Save as from the menu
- Import the file into XCode
- Open Info.plist and set the Icon File setting to the file you just imported
- Clean and recompile