Hi,
Is there any way with the introjucer to add an extra target to an existing 'Xcode Target'? I've got a case where I need to build something and use googletest with it and the easiest way to set that up in xcode is to add a seperate target and scheme to a project, use a different main.cpp and additionally link this new target against the gtest framework. However I cant see any nice way to do this whilst still using the introjucer, as every time i regenerate the code it wipes my additional target.
I can appreciate that adding in all the necessary stuff for additional targets might be a pain, but as an alternative might you be able to add a switch that allowed us to keep any custom targets and schemes created? (so the introjucer only over-writes the target and schemes it generated)
