Re: How to build an xcode project with AppleScript?
Re: How to build an xcode project with AppleScript?
- Subject: Re: How to build an xcode project with AppleScript?
- From: Gouri Jonnalagadda <email@hidden>
- Date: Mon, 19 Dec 2005 10:26:09 -0800
Try this... tell application "Xcode" -- provide path to the project file to open it. You can also set up varialbes to make it genereic rather than hard coding it. This should start you off. open alias "Turmeric8M654:Users:Shared:cocoTEst:cocoTEst.xcodeproj:" tell project 1 set active build configuration type to build configuration "Release" get name of active build configuration type build end tell end tell
On Dec 19, 2005, at 8:11 AM, Alexandre Fabre wrote: I am searching a workaround for a xcode and xcodebuild bug. I am searching how to make an apple script to - open project file - change the active build configuration - then build. I know now how to launch xcode and build a project when this project is already opened :) but if anyone know how to change the active build configuration and how to open a .xcodeproj it will very good :p Alexandre
|
_______________________________________________
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