buildNumber property

String buildNumber
final

CFBundleVersion, as a string.

A string because Apple accepts a dotted one1.2.3 is a legal build number. Compare with buildNumberAsInt; comparing this one as a string sorts build 9 above build 10.

Implementation

final String buildNumber;