I am looking for a automated way to increase the app version and / or build nr. Is there a way to achieve this with XCode? I am using built in git for versioning. So I actually would expect that git the version number is somehow controlled via git. At least that is how other versioning / configuration management tools work. I came across the possibility of using the agvtool command, but this thread (iOS, XCode 4.2) Setting bundle version using Git post-commit hook causes my project to turn into a Mac project
made me not really using it. Is there an out-of-the-box feature for this?
Thanks