• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to build an xcode project with AppleScript?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: How to build an xcode project with AppleScript?
      • From: Scott Tooker <email@hidden>
References: 
 >RE: How to build an xcode project with AppleScript? (From: "Alexandre Fabre" <email@hidden>)

  • Prev by Date: Re: How to build an xcode project with AppleScript?
  • Next by Date: Re: avoid space in path names
  • Previous by thread: RE: How to build an xcode project with AppleScript?
  • Next by thread: Re: How to build an xcode project with AppleScript?
  • Index(es):
    • Date
    • Thread