1

Since I can't bump my build number using agvtool I am wondering if there is a quick way to bump the build number in my project using the command line.

I would rather not have to parse the plist's XML if this is possible.

Community
  • 1
  • 1
Besi
  • 22,579
  • 24
  • 131
  • 223
  • 1
    Yes, use the script in this SO question: http://stackoverflow.com/questions/9258344/xcode-better-way-of-incrementing-build-number – trojanfoe Jul 31 '12 at 10:14

1 Answers1

0

You can manually set the version of all the targets for your Xcode build in the command prompt using "$ agvtool new-version -all x.x.x". Hope this helps!

Randoramma
  • 123
  • 9