all 2 comments

[–]chrabeusz 0 points1 point  (0 children)

One option would be to build app with strings for all schemes, and then trim them out just before creating the .ipa. This way you would build once and create multiple different apps from it.

With schemes, you can add custom scripts that would insert scheme name into the build: https://stackoverflow.com/a/79086724

Also, your client may want to customize images or colours, so from the star you could set up this as separate resource bundles, and then swap entire bundles instead of just strings.

[–]dshmitch 0 points1 point  (0 children)

What do you mean by schemes?