My notes on how you can create and add an .icns
to your xcode mac app project
Xcode 8.2.1
- Drag a 1024x1024 sized icon.png to IconMaker in order to make a .icns file
- Add the
AwesomeApp.icns
file in the same folder as info.plist - Drag
AwesomeApp.icns
file into xcode in the same folder asinfo.plist
- In info.plist set
icon
: toAwesomeApp.icns
- Select the
AwesomeApp.icns
and in the Utilities make it target the app - Clean the project (shift + cmd + k)
- Run the app (cmd + r)