Structure

SupportedPlatform.MacOSVersion

The supported macOS version.

Declaration

struct MacOSVersion

Topics

Major macOS Versions

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.

Relationships

Conforms To

See Also

Supporting macOS

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.