I am building an Xamarin Forms IOS, Android and UWP app that can be custom branded for different clients (e.g. white-labeled). Their apps are exactly the same except for Info.plist, bundle identifier, name, app icons, assets and a few other minor things.
Personally, I thought of a project with multiple build configurations. (pre-build event scripts)
Does anyone know how I can realize this step by step(try it out)?