I would like to rename the .ipa file created after the build process to apply some company internal nomenclature. We use Jenkins and the Xcodebuild plugin. There seems to be no way to rename the product via the Xcodebuild plugin, so I wondered what the appropriate shell script would be.
Consider that I have a $filename at hand.
You could add an execute shell build step to run after the xcodeplugin runs. Something like this:
You’ll have to check the WORKSPACE directory on your build server or slave to get the exact location of your .ipa file.