Re: Multiple bundles, one custom executable?
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