• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
accessing "Destination Subdirectory" column via AppleScript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

accessing "Destination Subdirectory" column via AppleScript


  • Subject: accessing "Destination Subdirectory" column via AppleScript
  • From: Dmitry Markman <email@hidden>
  • Date: Fri, 6 May 2005 13:09:00 -0400


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


  • Follow-Ups:
    • Re: accessing "Destination Subdirectory" column via AppleScript
      • From: Scott Tooker <email@hidden>
  • Prev by Date: Dead Stripping on 2.0
  • Next by Date: Which libgcc do I need to use? (link probs in CW project)
  • Previous by thread: Re: Dead Stripping on 2.0
  • Next by thread: Re: accessing "Destination Subdirectory" column via AppleScript
  • Index(es):
    • Date
    • Thread