• 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
Re: Multiple bundles, one custom executable?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multiple bundles, one custom executable?


  • Subject: Re: Multiple bundles, one custom executable?
  • From: Greg Guerin <email@hidden>
  • Date: Wed, 28 Feb 2007 14:13:04 -0700

Tom Harrington wrote:

>If I can't do that, is there at least some way to make Xcode
>auto-select the right custom executable when I choose the build
>target?

If all the builds write to a specific file, and a single Executable refers
to that same file, then completing a Build Target will have written data
that the Run will see and use.

Another alternative would use 'defaults write ...' in the build, and a
corresponding 'defaults read ...' in the executable.  This is really just a
special case of the "shared read/write file" strategy.  It's purely
coincidence that it resembles my earlier suggestion to use 'defaults read'
in a different context.

  -- GG


 _______________________________________________
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: Multiple bundles, one custom executable?
  • Next by Date: Re: Application seems disconnected from Xcode
  • Previous by thread: Multiple bundles, one custom executable?
  • Next by thread: PC indicator didn't locate on the correct line
  • Index(es):
    • Date
    • Thread