Post

Replies

Boosts

Views

Activity

Reply to Editing Bundle ID via commandline
You can create a new build configuration and call it "Enterprise" for example. Bundle identifier can be different for every build configuration so you can keep the regular one on Debug and Release configurations and change it to whatever you want on Enterprise one (if regular bundle id is com.example, enterprise one could be com.example.enterprise). When building on CI, you just need to specify which build configuration you want to build and that's it.
Jul ’20