pub fn is_minimum_semversion(major: u64, minor: u64, patch: 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.