Changing application name in project

I’m probably missing something obvious but I just can’t figure out how to change the application name in the Xcode project.

For example, I’m developing an application OldName. In the middle of the project I decided to change it to NewName. I change every possible instance of OldName to NewName (executable, target etc.), but after I execute the ‘Build’ command, it creates the application OldName anyway.

I tried to play with creating a new target, but Xcode doesn’t have an option for a new AppleScript application target.

The only solution I found so far is just to create a new project with the NewName, manually move all the files and reassign scripts manually in Interface Builder.

Thanks for any help,
Leo

Check out this thread.

Thanks a lot Graig - that clarifies everything.

It also demonstrates that Xcode’s Project Find is a bit unreliable because it doesn’t search in the build configurations and I think it should.

Leo