I have a project in Xcode which has multiple loadable-bundle targets.
The targets are all used by the same executable, and I can set that
app up as a custom executable.
However for testing I need to pass different arguments to this app to
tell it which of the bundles to load.
Do I need to create a different custom executable for each of these
bundles (all identical except for the one argument), or is there some
way I can pass the current build target's name to the custom
executable? I thought I might be able to use TARGET_NAME in the
arguments for the app, but it doesn't appear to be set.
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?
--
Tom Harrington
email@hidden
AIM: atomicbird1
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden