Contents

watchOS(_:)

Configure the minimum deployment target version for the watchOS platform.

Declaration

static func watchOS(_ version: SupportedPlatform.WatchOSVersion) -> SupportedPlatform

Parameters

  • version:

    The minimum deployment target that the package supports.

Return Value

A SupportedPlatform instance.

Discussion

See Also

Supporting watchOS