Re: Speeding up XCode?
Re: Speeding up XCode?
- Subject: Re: Speeding up XCode?
- From: James Bucanek <email@hidden>
- Date: Sat, 22 Oct 2005 12:31:53 -0700
Robert Dell wrote on Saturday, October 22, 2005:
>i can't believe it! upgraded developer tools from ADC and xcode has no lag at
>all saving my large file! this makes programming a breeze instead of a chore.
>too bad i can't do a batch compile,
If the different versions of your application are built using different targets, create an aggregate target.
If the different versions of your application are built with different projects, create a master project that has an aggregate target with cross-project dependencies.
If the different versions are created by different build configurations, or a combination of targets projects and configurations, then use the xcodebuild tool. Create a simple shell script to build each configuration one after the other. If you want to do this within Xcode, create an aggregate target with a custom build script phase that calls xcodebuild to build each configuration.
xcodebuild can also pass in its own build settings, meaning that you can build with special settings not in any of your build configurations.
--
James Bucanek
_______________________________________________
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