We have an application that we want to be able to put in the app store under different brand names.
I know I could make a branch in GIT for each and change the things that need to be changes, but would rather just have some kind of conditional compile or target output or something like that if possible.
I have already come up with a strategy for dealing with any images that need to look different.
The main thing I need to know and why I am posting here has to do with the iOS / Android Bundle ID values and app names.
Is there some way to control those so I just have to switch a target or something in order to change those at build time?