Re: Problem w/ xcode & icons
Re: Problem w/ xcode & icons
- Subject: Re: Problem w/ xcode & icons
- From: Chuck Soper <email@hidden>
- Date: Wed, 21 Apr 2004 10:32:42 -0700
Glenn,
Look at your Info.plist within your application bundle and confirm that the
CFBundleIconFile entry is set to file_b.icns (the .icns extension is
optional). - If it is set properly then you may need to log out and
back in or even reboot to get the icon to display (this approach
works for me but it probably isn't necessary).
- If it is not set then you may need to manually edit your Info.plist
file to ensure that CFBundleIconFile has the proper value.
Hope this helps,
Chuck
At 12:40 PM -0400 4/21/04, Glenn Zelniker wrote:
I'm having a problem getting my application to build with the
desired icon file. Specifically, I was using, say, file_a.icns,
which built correctly. Then I decided I wanted to change the icon
set for the project. I removed file_a.icns from the project, making
sure to remove the files and all references to it in the properties
inspector. Then I replaced it with file_b.icns and set everything
accordingly. I did a clean build (cleaning all targets, that is),
and yet I'm still getting the icons from file_a.icns, even though
file_a.icns is nowhere to be seen.
What am I doing wrong?
_______________________________________________
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.