Re: accessing "Destination Subdirectory" column via AppleScript
Re: accessing "Destination Subdirectory" column via AppleScript
- Subject: Re: accessing "Destination Subdirectory" column via AppleScript
- From: Scott Tooker <email@hidden>
- Date: Fri, 6 May 2005 23:23:12 -0700
I don't think that property has been exposed. Please file a bug.
Scott
On May 6, 2005, at 10:09 AM, Dmitry Markman wrote:
Hi
suppose I have project Reports
active target is Java Tool kind of target
so I'd like to change "Destination Subdirectory" property for items
from "Build Java Resources"
so I wrote the following script:
tell application "Xcode"
set build_files to build files of build java resources phase of
active target of project "Reports"
repeat with curr_file in build_files
-- BUT HERE I CAN'T FIND ANY PROPERTY TO ACCESS "Destination
Subdirectory" column
-- I CAN ACCESS "File" column
end repeat
end tell
so my question is
is it possible to access content of the "Destination Subdirectory"
column from AppleScript
thanks
Dmitry Markman
_______________________________________________
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
_______________________________________________
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