The supported macOS version.
SDK
- Xcode 10.2+
Framework
- Swift Package Manager
Declaration
struct MacOSVersion
The supported macOS version.
SDK
Framework
struct MacOSVersion
static let v10_10 : SupportedPlatform.MacOSVersion
The value that represents macOS 10.10.
static let v10_11 : SupportedPlatform.MacOSVersion
The value that represents macOS 10.11.
static let v10_12 : SupportedPlatform.MacOSVersion
The value that represents macOS 10.12.
static let v10_13 : SupportedPlatform.MacOSVersion
The value that represents macOS 10.13.
static let v10_14 : SupportedPlatform.MacOSVersion
The value that represents macOS 10.14.
static func macOS (SupportedPlatform.MacOSVersion) -> SupportedPlatform
Configure the minimum deployment target version for the macOS platform.
static func macOS (String) -> SupportedPlatform
Configure the minimum deployment target version for the macOS platform using a version string.
static let macOS : Platform
The macOS platform.