Can I export a target's source code as a separate project?
Lets say I have a target for the "lite" version of my app. I want to export this as a separate project so that I can distribute the code and assets without including any of the code and assets from the full version of the app.
Is this possible at all? I could probably write a script to do this manually, but I have a feeling that it should be possible from within Xcode.
Many thanks.