Where can i find Icon Composer on Mac?
Asked Answered
V

4

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.

Velure answered 15/9, 2012 at 12:35 Comment(0)
P
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.

Paramount answered 15/9, 2012 at 15:59 Comment(0)
M
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.

Monteux answered 15/9, 2012 at 12:44 Comment(3)
Tested with OSX Mavericks and XCode 5 - Bang on!Institutor
Tested with OSX 10.9.4 and XCode 5.1.1 - Bang on!Countershaft
Still available for download, but Icon Composer cannot be opened on MojaveDeandeana
C
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.

Cambrai answered 28/4, 2013 at 13:32 Comment(1)
Looks promising; Apple's Icon Composer auto-resizes images to fit the desired resolution; it would be nice if yours did as well.Limoges
E
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

Exploitation answered 3/9, 2015 at 15:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.