I want to have two build targets for release one for app1 and one for app2 both apps are the same apart from specific customer logo / launch screen etc
I know how to make sure my server side can distinguish between the two apps, (I send a code tag with the app name) but how do I make xcode build two different apps with different logo, launch screen etc
thanks