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.
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.
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!