How can I set icon for Mac OS X Bundle?
Posted
by Yakov
on Stack Overflow
See other posts from Stack Overflow
or by Yakov
Published on 2010-04-11T14:38:29Z
Indexed on
2010/04/11
14:43 UTC
Read the original article
Hit count: 300
Hi!
I have try to set icon for my App in the xCode. In the info.plist I wrote:
<key>CFBundleIconFile</key>
<string>icon</string>
icon is icon.icns file 57X57 in the resources.
But finally bundle does not contain an icon. When I press about my app Item in the menu bar an about window appears with my icon.
What's wrong?
Please help.
Thanx
© Stack Overflow or respective owner