Re: Configuring environment variables for Xcode 4
Re: Configuring environment variables for Xcode 4
- Subject: Re: Configuring environment variables for Xcode 4
- From: Jens Alfke <email@hidden>
- Date: Fri, 10 Jun 2011 12:48:53 -0700
On Jun 10, 2011, at 12:25 PM, Christopher Trainor wrote:
> For example, we might have a branch in source control that needs to link to one version of a library and another branch that needs to link to a newer version. I am currently just hardcoding the correct paths in the project files themselves. This addresses our needs, since we can have different versions of the projects (with the appropriate paths hardcoded) checked into the different branches. However, it can be error prone/time consuming. If paths need to change, we need to change them in several places in many projects.
It sounds like this could be done using .xcconfig files? I highly recommend using these in large shared projects anyway, as they isolate the build settings in an easily-diffable text file, and make it easy to share settings between projects.
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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