Re: Creating an Xcode target in AppleScript
Re: Creating an Xcode target in AppleScript
- Subject: Re: Creating an Xcode target in AppleScript
- From: Brian Arnold <email@hidden>
- Date: Mon, 19 Dec 2005 12:00:28 -0500
- Thread-topic: Creating an Xcode target in AppleScript
Title: Re: Creating an Xcode target in AppleScript
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.
--------------------------------------------
Brian Arnold
Mac Developer The MathWorks, Inc.
_______________________________________________
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