Contents

macOS(_:)

Configures the minimum deployment target version for the macOS platform.

Declaration

static func macOS(_ version: SupportedPlatform.MacOSVersion) -> SupportedPlatform

Parameters

  • version:

    The minimum deployment target that the package supports.

Discussion

See Also

Supporting macOS