• 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: Creating an Xcode target in AppleScript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Creating an Xcode target in AppleScript


  • Subject: Re: Creating an Xcode target in AppleScript
  • From: Rick Ballard <email@hidden>
  • Date: Tue, 20 Dec 2005 17:09:19 -0800

While we expose all the build settings in external targets, I don't believe the build tool, arguments, and directory values for external targets are currently scriptable. Please file a bug report at http://bugreport.apple.com.

- Rick

On Dec 19, 2005, at 9:00 AM, Brian Arnold wrote:

Hi,

Here is what I am using, which seems to solve the problem of creating an external target:

  set externalTargetName to "Special Targets/External Target"
  set targetTemplate to the target template named externalTargetName
 set newTarget to make new target with data targetTemplate with properties {name:libraryName}

Next, I need to specify the build tool, arguments and directory for the external target.  I don’t see these options in either the target template or the target, so I don’t know the syntax for specifying them.
 _______________________________________________
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

References: 
 >Re: Creating an Xcode target in AppleScript (From: Brian Arnold <email@hidden>)

  • Prev by Date: Code Sense Indexing ignores OBJROOT value
  • Next by Date: Question about setting binding on an NSPopUpButton in Interface Builder
  • Previous by thread: Re: Creating an Xcode target in AppleScript
  • Next by thread: How does Interface Builder link with Xcode?
  • Index(es):
    • Date
    • Thread