Re: Creating an Xcode target in AppleScript
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