11

I am trying to locate Icon Composer, which was supposedly downloaded as part of Xcode, however I can't find it, neither in applications nor with the spotlight.

Any ideas where it might be, or if I have to download it separately? If so, where from? I tried looking for it in the App Store, but nothing found.

Edit: I am using Xcode 4.4.1 if that helps.

Ákos Kertész
  • 119
  • 1
  • 1
  • 3

4 Answers4

18

Icon Composer isn't supported by Apple these days, and one of the reasons is that Icon Composer doesn't allow for working with Retina Displays.

The replacement is a clunky command line tool named "iconutil". It probably gets installed as part of the "Command Line tools for Xcode" download.

You need to create your icons as PNG's, put them into a folder (which will be called an .iconset) and then run the "iconutil" tool on that folder to create an ".icns" file.

This related question has a useful answer, and it points to this Apple documentation. Once you get the hang of it though, the process of creating icons becomes straightforward.

Community
  • 1
  • 1
Michael Dautermann
  • 88,797
  • 17
  • 166
  • 215
7

I have it for that version of Xcode in /Applications/Development. If you don't have it, run Xcode and select the menu item "Xcode->Open Developer Tool->More Developer Tools..." and look for a graphics-related download.

Phillip Mills
  • 30,888
  • 4
  • 42
  • 57
5

Philip is right but here is a clarification, Icon Composer is still available. In XCode press the XCode menu > Open Developer Tool > More Developer Tools...

In the web site that appears you need to search for "Graphics Tools" and download the dmg file with the same name (around 120 MB). It will contain the Icon Composer app previously distributed with XCode.

www.jensolsson.se
  • 3,023
  • 2
  • 35
  • 65
  • Looks promising; Apple's Icon Composer auto-resizes images to fit the desired resolution; it would be nice if yours did as well. – DK_ Mar 28 '14 at 06:48
3

Here is a link to another newer github version Icon Compositor 2x - which also does 1024, so Retina resolution. Here is the Github Repository: https://github.com/lemonmojo/IconComposer2x

In the following link for the original Icon Composer it says "Note: There is no longer a 1024x1024 size. That’s replaced by 512x512@2x."

The newer github version called Icon Compositor 2x does 1024 straight

rootscript
  • 78
  • 1
  • 7