0

I would like to know if there are any automated ways to bump up the version number of an xcode project?

I was using Jeweller with Ruby which has really nice command line option to bump up the version number on a project. The option were major, minor, or patch. X.X.X

Is there any similar (semi-)automated way to bump a version number in xcode? The only way I know is to the manually edit the main plist. Would be great if anything recorded builds or integrated with version control even.

Thanks

Ross
  • 14,266
  • 12
  • 60
  • 91

1 Answers1

7

You can use agvtool to do this.

Joshua Smith
  • 6,561
  • 1
  • 30
  • 28