Re: Injecting build variables into Xcode
Re: Injecting build variables into Xcode
- Subject: Re: Injecting build variables into Xcode
- From: Chris Espinosa <email@hidden>
- Date: Thu, 8 Jul 2004 11:06:18 -0700
On Jul 7, 2004, at 7:31 PM, Simon Fraser wrote:
I have a make-based build system that uses xcodebuild to
build some Xcode projects that build the UI portion of the app.
<snipped for length>
Is there any way to set a build setting from within a
Shell Script build phase, or something like that?
Sure... in the Target Inspector for that target, Build Settings, just
press the + button at the bottom. Enter the variable name in the left
hand column and the value in the right. That's the equivalent of
setting BUILD_VAR=val on the xcodebuild command line.
Chris
_______________________________________________
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.