Page 1 of 1

icon for application

Posted: Thu Nov 10, 2011 12:03 pm
by cajomi
I have a very simple question:
Where get I the link for the icon...........
Johannes

Re: icon for application

Posted: Thu Nov 10, 2011 12:50 pm
by Polo
Not so simple, I don't understand your question.
Which link you're talking about?

Re: icon for application

Posted: Thu Nov 10, 2011 2:59 pm
by J. Baker
Your "*.icns" goes in your "Resources" folder within your app. Just right click your app and choose "Show Package Contents". Then you should have the following in your plist... (when viewing through text edit)
<key>CFBundleIconFile</key>
<string>icon.icns</string>
Of course "icon.icns" being the name of your own icon in your "Resources" folder.

Re: icon for application

Posted: Thu Nov 10, 2011 3:49 pm
by cajomi
many thanks,
it was successful.
Johannes

Re: icon for application

Posted: Thu Nov 10, 2011 4:01 pm
by J. Baker
cajomi wrote:many thanks,
it was successful.
Johannes
Glad to hear. ;)