Re: Using AppleScript to access a Copy File Phase in an Xcode project
Re: Using AppleScript to access a Copy File Phase in an Xcode project
- Subject: Re: Using AppleScript to access a Copy File Phase in an Xcode project
- From: Daniel Jalkut <email@hidden>
- Date: Fri, 23 Sep 2005 01:04:48 -0400
I must have been mislead by something coincidental, because it now seems, indeed, to not work.
Sorry for the confusion.
Daniel On Sep 22, 2005, at 11:14 PM, Rick Ballard wrote: On Sep 22, 2005, at 4:20 PM, Daniel Jalkut wrote:
I was able to get this simple test working on one of my projects:
tell application "Xcode" set myFile to file reference "/Users/daniel/Sources/FastScripts/main.m" as POSIX file set myAlias to myFile as alias set myPhase to (build phase 2 of target 1 of project 1) add myAlias to myPhase end tell
This shouldn't do anything. Are you sure this actually made any change to your project?
|
_______________________________________________
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