iOS 版本号说明
2022-09-20 本文已影响0人
_浅墨_
iOS 版本号说明:
The Version field is a number that represents a version of your app. Usually, developers adopt semantic versioning, with a three-component number. The first number represents a major version, when the developer adds new features to the app. The second number represents a minor version. You change this number when you enhance an existing feature. The last number represents a patch or bug fix.
The Build field is a number that uniquely represents a build of a version. One version can have any number of builds, as long as they have different build numbers.