I\'m setting up Jenkins to automate the build process. In particular, for my needs, I\'d like to be able to set different bundle identifiers.
I\'m using the Xcode J
If you use bundle id suffixes, don't set the Product Bundle Identifier on General tab of the Target Settings.
bundle id suffixes
Product Bundle Identifier
General
Target Settings
Set it on the Build Settings tab.
Build Settings
For example:
com.company.app${BUNDLE_ID_SUFFIX}