Page 1 of 1

Creating Icons on a Macintosh (Mavericks)?

Posted: Fri Feb 28, 2014 4:05 am
by martimer
Hello,

How are Mac users creating icons? Are they truly necessary for test projects?

I am trying to compile a standalone app and keep getting an error about icons. My first solution was to give the app an icon, but I am lost after that.

I poked around in the Xcode documentation and found instructions to convert icon folders to .icns using Icon Utility, but I cannot locate such a utility! There are also instructions convert .icns to .iconsets using iconutils in Terminal. That is probably really easy if you know have the requisite .icns file.

So, how are the pros handling it?

Thanks.

Note that I own Illustrator and have enough skill to create an image for my project.

Re: Creating Icons on a Macintosh (Mavericks)?

Posted: Fri Feb 28, 2014 4:41 am
by Simon
Hi martimer,
The icons are just .png's
Here, it's a bit out of date but you'll get the idea.
http://livecode.com/developers/guides/m ... plication/

Simon

Re: Creating Icons on a Macintosh (Mavericks)?

Posted: Fri Feb 28, 2014 7:10 pm
by martimer
Well, THAT was easy!

Thank you.

Re: Creating Icons on a Macintosh (Mavericks)?

Posted: Sat Mar 08, 2014 4:31 pm
by vedus
here is some link that will help you for the icons..
And the guides is very good for start.
http://ivomynttinen.com/blog/the-ios-7- ... eat-sheet/
https://developer.apple.com/library/ios ... TP40013289
and here is that you need http://appicontemplate.com

Re: Creating Icons on a Macintosh (Mavericks)?

Posted: Sat Mar 08, 2014 6:12 pm
by FourthWorld
Icons for OS X can begin as PNG files, but ultimately each of the various required sizes must be wrapped together in an ICNS file, a proprietary Apple format:
http://en.wikipedia.org/wiki/Apple_Icon_Image

You can use the free and very powerful graphics app GIMP for making Windows icons easily, making each icon size as a different layer and then exporting as an .ico file:
http://gimp-tutorials.net/How-to-make-a ... -a-picture

Once you have your .ico file, you can open it in Apple's Preview app, and Save As ICNS to get the format Apple requires, so you'll have icons for both platforms.

If also deploying to Linux, being an OS that favors simple open formats your original PNG file will be fine there, just specify it in your .desktop file (see LiveCode's own .desktop file for an example).

Re: Creating Icons on a Macintosh (Mavericks)?

Posted: Sat Mar 08, 2014 9:49 pm
by jacque
If you're on a Mac, Graphic Converter saves as both Windows and Mac icon files. There's a full-featured free version, though if you find it as valuable as I do you'll pay to get rid of the startup delay. (At least, that's what it used to do. I've supported the paid version for over 10 years now, so I haven't seen what the free version does.)