Re: One Target, separate apps
Re: One Target, separate apps
- Subject: Re: One Target, separate apps
- From: David Dunham <email@hidden>
- Date: Sun, 11 Jul 2004 15:44:33 -0700
At 13:00 -0500 04-07-09, Bryan Pietrzak wrote:
How do I make my Deployment and Development styles build the same
application with different names, such as "MyApp" and
"MyApp-debug?" (This is trivial in CodeWarrior.)
I'm learning this stuff too, and I think the right thing to do is to
change "Product Name" in the Project -> Styles. For example you
could use $(value)-debug in the Development style build.
$(value) is a placeholder for whatever value is currently defined.
In this case, the Product Name as defined in the Target.
I think you're on the right track, but when I try this with a Cocoa
application, it doesn't get a menu bar.
I can then get it back by changing the Executable in the Properties
tab of the Target Info, but then it won't be correct for my
deployment build...
--
David Dunham A Sharp email@hidden
Voice/Fax: 206 783 7404 http://a-sharp.com
Efficiency is intelligent laziness.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.