• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Changing the icon
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing the icon


  • Subject: Re: Changing the icon
  • From: Andy Lee <email@hidden>
  • Date: Fri, 6 Apr 2007 09:19:13 -0400

On Apr 6, 2007, at 5:36 AM, Ewan Delanoy wrote:
There was three occurrences of the string "oldIcon.icns"
in the project.pbxproj file, and I replaced them all with newIcon.icns.
The problem stays the same, however.

I think this should have worked. Did you do this while the project was open, and did you do a Clean first? I would do this: quit the project (in fact, quit Xcode completely for good measure) and delete the build directory. Reopen project.pbxproj in your text editor, and make sure oldIcon is really gone. Now reopen the project.


I did a "find . -type f | xargs grep icns" in my project directory and it looks like the files you need to change are Info.plist (which you already did) and project.pbxproj. There was also a reference to my icns file in a .dep file in my build directory; I'm guessing the .dep means "dependencies."

I erased it with a "rm" command inside the terminal (and made
sure with
a "find . -name oldIcon.icns"" command that it was not in the project
anymore).

It isn't just the file you want to make sure is gone. You also want to grep for *references* to the file, hence the find command I used above.


--Andy


_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >Changing the icon (From: "Ewan Delanoy" <email@hidden>)
 >Re: Changing the icon (From: "sharad saxena" <email@hidden>)
 >Re: Changing the icon (From: "Ewan Delanoy" <email@hidden>)

  • Prev by Date: RE: Range of 32 bit values
  • Next by Date: '@' token with .pp file
  • Previous by thread: Re: Changing the icon
  • Next by thread: Re: Changing the icon
  • Index(es):
    • Date
    • Thread