On MacOS, let's say I am using Big Sur Version 11.6 (20G165)
Is there any API on Xcode that would allow me to retrieve the build number programmatically, (in this case 20G165)?
For version, I can use [[NSProcessInfo processInfo] operatingSystemVersion], but can't seem to be able to find the API for the build number.
Thanks!