Re: accessing "Destination Subdirectory" column via AppleScript
Re: accessing "Destination Subdirectory" column via AppleScript
- Subject: Re: accessing "Destination Subdirectory" column via AppleScript
- From: Dmitry Markman <email@hidden>
- Date: Sat, 7 May 2005 09:58:43 -0400
thanks
done: Bug ID# 4111718.
On May 7, 2005, at 2:23 AM, Scott Tooker wrote:
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
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