Joined November 2011
·

Gavin Morrice

Managing Director at Katana Code
·
Edinburgh, Scotland
·
·
·

Well said @markitoma. Thanks for reading :)

I like this approach:

app.short_version = "1.0.0"
app.version = `git log -n 1 --pretty=format:'%h'`

Which gives short version: 1.0.0
And the hash as the long version

Testflight nicely displays this as 1.0.0(231asdf)

Achievements
266 Karma
9,112 Total ProTip Views