pub fn is_minimum_version(minimum_major: u64) -> bool
Expand description

In rare cases we need to check whether something is a specific version of macOS. This is a runtime check thhat returns a boolean indicating whether the current version is a minimum target.