I use XCode 5 and it's a project's rule to increment version number by 1 with every commit.
Is there an easier way to go about doing it instead of manually incrementing it with every commit?
EDIT: If that's not possible, is there a chance we can get the last SVN revision number in the application code before committing?