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