Re: Specifying build location
Re: Specifying build location
- Subject: Re: Specifying build location
- From: Chris Hanson <email@hidden>
- Date: Wed, 22 Sep 2004 13:07:11 -0700
On Sep 22, 2004, at 11:03 AM, Matt Gillette wrote:
Is there a way to specify a build location for an individual project?
I want to set the build location for a deployment build for one
project. This setting must be stored in the project, and not be based
on user. It seems like the option in the project setting should be per
project, not per user as it is.
I think your best bet is to learn the ins and outs of the xcodebuild
command-line tool, and to set up a simple script that uses it to
produce a release.
This way you're not mandating anything about how developers set up
their systems (except perhaps - if you have multiple
interacting/dependent projects - that they build all projects to some
common directory of their choosing), and you have some very simple
information to communicate to whoever does your builds.
Check out the xcodebuild(1) man page for more details. In particular,
check out the "install" buildaction and the DSTROOT setting.
-- Chris
_______________________________________________
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