Re: Script to build all configurations?
Re: Script to build all configurations?
- Subject: Re: Script to build all configurations?
- From: James Walker <email@hidden>
- Date: Mon, 26 Feb 2007 15:10:45 -0800
Jim Correia wrote:
How about a script which loops over the targets and configuration, so it
doesn't need to be customized per project, or when the project changes:
tell application "Xcode"
tell project 1
set zTargets to every target
set zConfigurations to every build configuration
repeat with zTarget in zTargets
repeat with zConfiguration in zConfigurations
tell zTarget to build using zConfiguration
end repeat
end repeat
end tell
end tell
Thanks, that's great. I'd add a "with timeout" block for projects that
take a while to build.
--
James W. Walker, Innoventive Software LLC
<http://www.frameforge3d.com/>
_______________________________________________
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