ios - Is there any feature in xcode for flavor like in android -


i have source code use 2 applications. have change image icons,splash screen,app name , sort of things, want know there way xcode support/feature able dynamically android studio does.

here link:

http://tools.android.com/tech-docs/new-build-system/build-system-concepts

you'll have create different build target each "flavor" want. there can specify different info.plists or build settings each.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -