MacRuby DoJo (道場)

Changes an Application's Icon

All applications which you created have a system default icon.

image

You can change the icon of the application to suit your needs.

Icon Composer

Prepare the image for the icon to set for your application. Convert an image to icon with Icon Composer. Icon Composer is installed along with Xcode.

Since Xcode 4.3, launch Icon Composer with [Xcode]->[Open Developer Tool] in Xcode’s menu.

image

Previous Xcode 4.2, Icon Composer exists in /Developer/Applications/Utilities/Icon Composer.app

image

Some frames are shown in main screen of Icon Composer. Drag and drop prepared the image into there. After that, save it as icon.

image

Change an Application’s Icon

Change an Application’s Icon with Xcode. Choose a [TARGETS] like the following figure. After that, drag and drop an icon which created with Icon Composer into [App Icon].

image

Comments