Re: AppleScripting Xcode
Re: AppleScripting Xcode
- Subject: Re: AppleScripting Xcode
- From: Chris Hanson <email@hidden>
- Date: Mon, 23 Jun 2008 21:01:27 -0700
On Jun 20, 2008, at 2:29 PM, email@hidden wrote:
I wanted to see if there were any resources available for writing
AppleScripts to control and query Xcode. I'm trying to write some
scripts
to automate the build process for our project and am having difficulty
figuring out how to do this
Rather than using AppleScript to control Xcode.app, if you want to
script your build process (for example to run a nightly build) you
should look at using the xcodebuild command-line tool from a shell or
other script.
That way you don't need a user logged in at the console on your build
machine to do scripted builds -- you can just have cron/launchd/
whatever run your build scripts.
-- 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