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
Faced the same problem.
The PRODUCT_BUNDLE_IDENTIFIER is a variable in your project.pbxproj file. Change that to whatever you want and it will reflect both in your Info.plist as well as the project settings.
PRODUCT_BUNDLE_IDENTIFIER
project.pbxproj
Info.plist