I'm trying to set-up xcode to allow me to build / publish 2 apps using the same code but with different app icons, assets and a different database.
if I have 2 apps using the same code:
- app 1: fruit list (display a list of fruits)
- app 2: Veggie list (display a list of Veggie)
For both apps I would have a unique bundle ID (of course), same code, but different images and database. How can I set-up Xcode to have 1 project and be able to select what app I want to build?
I seem to understand we have the option to use schemes, targets or build configuration but so far what I found was more confusing than anything else.
Any suggestion / help on this would be welcome! I sound like a mad solution to have multiple projects in this case and duplicating changes from one to the others.
Thank you.