I was trying to upload a pre-release build to iTunes to use it with the new iTunes TestFlight integration.
The way I have my continuous integration builds setup is that
Unfortunately it's still the case. I used to have:
buildNumber=$(git rev-list HEAD | wc -l | tr -d ' ') buildHash=$(git rev-parse HEAD | cut -c1-4)`
But only buildNumber can be used now. :(