RE: Configuring environment variables for Xcode 4
RE: Configuring environment variables for Xcode 4
- Subject: RE: Configuring environment variables for Xcode 4
- From: Christopher Trainor <email@hidden>
- Date: Thu, 16 Jun 2011 18:31:02 +0000
- Thread-topic: Configuring environment variables for Xcode 4
Thanks. That was exactly what I needed.
-----Original Message-----
From: Jens Alfke [mailto:email@hidden]
Sent: Friday, June 10, 2011 3:49 PM
To: Christopher Trainor
Cc: email@hidden
Subject: Re: Configuring environment variables for Xcode 4
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
_______________________________________________
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