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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com