iOS deploy with auto versioning increment

Hello,
I am new and setup workflow for deploy. So I need help for set an auto-increment version with (Major.minor.patch) based on build. I have added Set iOS Info.plist - Bundle Version and Bundle Short Version String. but I don’t have an idea about how that’s. like my current version/live is 1.0. bitrise build number is 142. So I want the next version as v1.0.143.

Hi Kiranmedionce,

You should be able to do this using the “Set iOS Info.plist - Bundle Version and Bundle Short Version String” workflow step.

See: https://devcenter.bitrise.io/builds/build-numbering-and-app-versioning/#setting-the-cfbundleversion-and-cfbundleshortversionstring-of-an-ios-app

Best
Damien

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.