How can I get the darwin version at runtime?
I know that I can get the macOS or iOS version using [[NSProcessInfo processInfo] operatingSystemVersion]
, but I want the Darwin version.
There are tables on the internet linking macOS and iOS releases to a darwin version, but i want to implement this future-proof.