Reputation: 75
I'm making a project and I want to show three different versions of the same one, but when I run one of them, it overwrites the previous one. I want to have all three at the same time, how can I do it? I tried to change the bundle display name but it still overwrites it.
Upvotes: 0
Views: 89
Reputation: 4797
Change the Bundle Identifier. You won't be able to change the Product Name, but you can append it with a .1 or something
Upvotes: 3