• 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
adding external target with AppleScript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

adding external target with AppleScript


  • Subject: adding external target with AppleScript
  • From: Dmitry Markman <email@hidden>
  • Date: Mon, 20 Jun 2011 23:04:12 -0400

Hi
I was able to add target to the  Xcode 3.X project with the following command
tell my_project
set make_target to target template "Other/External Target"
set my_new_target to make new target with data make_target with properties {name:target_name}
set active target to my_new_target
end tell

however Xcode 4, doesn't understand that command

also target template belongs to "to be removed suite"

so how I can add target that uses "External Build System" to Xcode?

thanks in advance

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

  • Prev by Date: Re: Can't get rid of expired dev cert
  • Next by Date: Any Way To Make XCode 4 search XIB files?
  • Previous by thread: Re: Can't get rid of expired dev cert
  • Next by thread: Any Way To Make XCode 4 search XIB files?
  • Index(es):
    • Date
    • Thread