I am working on a shell script that will perform some tasks prior to a Jenkins build. Using shell script how can we change the PRODUCT_BUNDLE_IDENTIFIER for an iOS application? Do we need to use sed command in the shell script or there is any other way to accomplish this?
Thanks