Is there a way to include a client specific bundle in my iOS app? I want to keep my code base the same but for each client I sell my app to, I want to include a specific bundle. The bundle will contain things like images (app icon?), files and configuration settings. Is this possible and how would I go about doing it?
Share
You could held your code in git repositories. The main/shared code could be in one repo. which you would then include as submodule in the other per-client git repositories.
You could do a Build-Target for each client (depends on how many client you have. Make send from 2-10)