Re: How to change the product name with command line builds?
Re: How to change the product name with command line builds?
- Subject: Re: How to change the product name with command line builds?
- From: Ken Thomases <email@hidden>
- Date: Sun, 16 Jan 2011 00:59:01 -0600
On Jan 14, 2011, at 7:55 AM, Gabriel Zachmann wrote:
> I've got an Xcode project that compiles and works fine.
>
> The short question now is: what is the proper way to change the bundle's name from the command line?
Assuming your project is set up like normal (e.g. with Info.plist values based on build settings), it may be as simple as:
xcodebuild -target Foo -configuration Release build PRODUCT_NAME=Foo2
Cheers,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden