We are integrating Xcode Cloud as CI/CD solution. I want to have control over how version numbers and build numbers are set. Is there any way to do this via ci_scripts? I tried updating CFBundleShortVersionString in my Info.plist but that did not work.
I mainly want this control so that I can push all my debug builds to a certain version and release builds to another.
avgtool? developer.apple.com/library/archive/qa/qa1827/_index.html ?