Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Different bundle identifier for different schemes

I am building an iOS application and I want to set different bundle identifiers for different schemes in Xcode 10. Where do I find that setting?

like image 318
MihaiBC Avatar asked Sep 12 '25 22:09

MihaiBC


1 Answers

The Bundle Identifier relates to the Target. So first you create a new Target, then change its Bundle ID. Target 1 Target 2

like image 101
Maxim Aba Avatar answered Sep 17 '25 21:09

Maxim Aba