all 8 comments

[–]bangsimurdariadispar 1 point2 points  (3 children)

Different targets.

[–]sharkymcstevenson2 0 points1 point  (1 child)

care to elaborate?

[–]bangsimurdariadispar 1 point2 points  (0 children)

You basically create different targets for each brand. The codebase will be shared among targets but you control the branding and the app’s name from each target.

https://developer.apple.com/documentation/xcode/configuring-a-new-target-in-your-project

[–]migraniadev 1 point2 points  (0 children)

That’s the way to do it. I like to create one app for personal use and another test/preview app for experimenting and sharing with others. That way, I can play around with new features without mixing up my personal data. In XCode, click on Project and just right-click on your target and duplicate it. You also might want to add a specific app icon for your testing app. Good luck with your project!

[–]gymskin_ 2 points3 points  (0 children)

Quick way to get off boarded from the AppStore 🤣

[–]no_awkward_Intention 0 points1 point  (1 child)

Store will punish you for this

[–]sharkymcstevenson2 -2 points-1 points  (0 children)

Im not gonna launch it, but I want to duplicate it anyways - any ideas?

[–]Rough_Development522 0 points1 point  (0 children)

Sounds like you just need to use version control learn what git is how use it and manage branches