How to create and set an application icon (cocoa)

From Wurst-Wasser.net
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  1. Run Icon Composer (part of XCode)
  2. Drag your image(s) in, until it looks like this
    IconComposerTutorial01.png and
    IconComposerTutorial02.png and
    IconComposerTutorial03.png
  3. Now save it into your project folder like this:
    IconComposerTutorial04.png
  4. Set the Icons-File-name in the properties:
    IconComposerTutorial05.png
  5. Drag the Icons-File into your project's Resources:
    IconComposerTutorial06.png
  6. If everything worked, it looks now like this:
    IconComposerTutorial07.png and
    IconComposerTutorial08.png

Back to "5 Easy Steps To Your First RubyCocoa Application"