Bump build number without using `CURRENT_PROJECT_VERSION`

749 Views Asked by At

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.

1

There are 1 best solutions below

0
On

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!