Re: Sigh. New project based off old project help?
Re: Sigh. New project based off old project help?
- Subject: Re: Sigh. New project based off old project help?
- From: Chris Espinosa <email@hidden>
- Date: Thu, 8 Jun 2006 15:42:22 -0700
On Jun 8, 2006, at 3:27 PM, Rick Mann wrote: I have a (mostly) working XCode project called Schem2 (Carbon App, PPx). I decided to start work on something new (GIS) that shares many things in common with Schem2 (eventually the two will share many classes).
So, I copied the folder containing Schem2, renamed it GIS, and renamed the Xcode project inside to GIS. Then I opened that, and renamed the only target to GIS. This caused the executable to be named GIS.
If I build the whole thing, I get a nice GIS.app. But if I Debug, I it builds and runs something called Schem2.app.
Can someone please tell me what I still need to change? Thank you.
If you open the target inspector to its Build tab, choose "All Configurations," and type "Schem2" into the search bubble, it should show you the remaining settings that need to be changed. It's likely that you changed the "Product Name" setting only for your Release configuration, not for your Debug configuration.
Also note that you'll need to change the CFBundleExecutable value in your app's Info.plist file. If you just set that value to $(PRODUCT_NAME) it will track further changes in the product name.
Chris |
_______________________________________________
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