This will set the CFBundleShortVersionString to the specified string.<br/>
Supports all macros from the <ahref="https://wiki.jenkins-ci.org/display/JENKINS/Token+Macro+Plugin" target="_blank">Token Macro Plugin</a>.
Supports all macros and also environment and <ahref="http://ci.jenkins-ci.org/env-vars.html" target="_blank">build variables</a>from the <ahref="https://wiki.jenkins-ci.org/display/JENKINS/Token+Macro+Plugin" target="_blank">Token Macro Plugin</a>.<br/>
This will set the CFBundleVersion to the specified string.<br/>
Supports all macros from the <ahref="https://wiki.jenkins-ci.org/display/JENKINS/Token+Macro+Plugin" target="_blank">Token Macro Plugin</a>.<br/>
Supports all macros and also environment and <ahref="http://ci.jenkins-ci.org/env-vars.html" target="_blank">build variables</a>from the <ahref="https://wiki.jenkins-ci.org/display/JENKINS/Token+Macro+Plugin" target="_blank">Token Macro Plugin</a>.<br/>
For example the value ${BUILD_NUMBER} will be replaced with the current build number.<br/>
We advice you to generate a unique value for each build if you want for example deploy it into a private store.<br/>
In that caseyou can use for example : ${ENV,var="JOB_NAME"}-${BUILD_NUMBER}
In that case, for example, you can use : ${JOB_NAME}-${BUILD_NUMBER}
You only need to supply this value if you want to specify the SYMROOT path to use.<br/>
If empty, the default SYMROOT path will be used (it could be different depending of your Xcode version).<br/>
Supports all macros from the <ahref="https://wiki.jenkins-ci.org/display/JENKINS/Token+Macro+Plugin" target="_blank">Token Macro Plugin</a>.<br/>
For example you can use the value : ${ENV,var="WORKSPACE"}/build<br/>
Supports all macros and also environment and <ahref="http://ci.jenkins-ci.org/env-vars.html" target="_blank">build variables</a>from the <ahref="https://wiki.jenkins-ci.org/display/JENKINS/Token+Macro+Plugin" target="_blank">Token Macro Plugin</a>.<br/>
For example you can use the value : ${WORKSPACE}/build<br/>