Reputation: 13
I've recently got an iOS app template with a friend. We want to keep only one code in our bitbucket but we want to create the best structure to sign it with our different Apple Developer Account and also have our own icons, characters , images in general. You can check our iOS template here. It's a native project.
Upvotes: 1
Views: 92
Reputation: 1944
You can do it easily using different Targets in Xcode
.
You can define different icon, characters, images, etc. for each target and you will get different apps from the same Xcode
project.
Check out this link from Apple Developer documentation.
Upvotes: 1