While you can aggregate targets, you can't actually aggregate configurations, which is what the OP asked about.
If the AppleScript solution isn't what you want, you may also dislike the other solution: using xcodebuild from the command line with the -configuration flag.
A better question is why you need separate ppc and i386 configurations. If your goal is to be able to build a thin version quickly for debugging, just set your Architectures build setting to ${NATIVE_ARCH} and that will build thin on any machine.
If you just want single-arch binaries, then I suggest you build Universal, ditto the built product, then use lipo to thin it. Much faster than compiling every file four times.
Chris
Top-posted from my iPhone
On Aug 18, 2007, at 3:20 PM, Andrew Merenbach < email@hidden> wrote:
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
|