On saving the settings for the build step, CFBundleVersion pattern is automatically surrounded with quotes when I enter `{BUILD_NUMBER}`. This causes ugly IPA filenames :) When I manually edit the config.xml to remove the `"`, all is well.
On saving the settings for the build step, CFBundleVersion pattern is automatically surrounded with quotes when I enter
{BUILD_NUMBER}.This causes ugly IPA filenames :)
When I manually edit the config.xml to remove the
", all is well.