• 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: Scripting XCode with Applescript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scripting XCode with Applescript


  • Subject: Re: Scripting XCode with Applescript
  • From: Daniel Jalkut <email@hidden>
  • Date: Tue, 30 Aug 2005 11:18:14 -0400

I'd say this is a bug , since Xcode doesn't seem to behave as its dictionary describes.  A lot of things did change between 2.0 and 2.1, and I had to rewrite some of my scripts to work with build configurations properly.

I would ask this question over at the xcode-users lists, where they may be of more help.

Daniel

On Aug 30, 2005, at 8:48 AM, Benoit Ogier wrote:

tell application "Xcode"

    activate

    set dst "test.xcodeproj"

    open file dst

        

    set prj to project 1

    set tar to the active target of prj

        

    set name of tar to dstname

    set name of the executable of tar to dstname

    set the product name of tar to dstname

        

    close the front window

end tell


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Scripting XCode with Applescript
      • From: Benoit Ogier <email@hidden>
References: 
 >Scripting XCode with Applescript (From: Benoit Ogier <email@hidden>)

  • Prev by Date: Re: iTunes: How to set the volume adjustment of a track by number?
  • Next by Date: Re: file types and UTIs don't mix in choose file
  • Previous by thread: Scripting XCode with Applescript
  • Next by thread: Re: Scripting XCode with Applescript
  • Index(es):
    • Date
    • Thread