Re: XCode and AppleScript
Re: XCode and AppleScript
- Subject: Re: XCode and AppleScript
- From: Allen Cronce <email@hidden>
- Date: Tue, 25 Apr 2006 08:48:21 -0700
Is there some reason why you need to use AppleScript? If what you're
trying to do is automate your build process, you should take a look at
the xcodebuild command line tool.
We have an AppleScript based automated build system mainly because we
still have to drive CW and Installer VISE. But to automate our Xcode
builds, we call xcodebuild from our AppleScript build application. It
works well, although there's no way to convey build status to the operator.
Best,
--
Allen Cronce
Dieter Oberkofler wrote:
> I would like to use AppleScript to automate some recurring procedures
> when using several XCode projects.
> I would especially like to:
> - Open a Xcode project file
> - Clear all targets and/or build configurations
> - Build all targets and/or build configurations
> - Set the active target or build configuration
> - Set some build settings
> I am especially having a hard time to understand why AppleScript
> complains about some timeout errors during a longer build and would
> hope that someone might have some samples to share or could point me
> to some documentation in this area.
> Thank you in advance,
> Dieter
>
> _______________________________________________
> 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
>
_______________________________________________
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