Structure

SupportedPlatform.WatchOSVersion

The supported watchOS version.

Declaration

struct WatchOSVersion

Topics

Major watchOS Versions

static let v2: SupportedPlatform.WatchOSVersion

The value that represents watchOS 2.0.

static let v3: SupportedPlatform.WatchOSVersion

The value that represents watchOS 3.0.

static let v4: SupportedPlatform.WatchOSVersion

The value that represents watchOS 4.0.

static let v5: SupportedPlatform.WatchOSVersion

The value that represents watchOS 5.0.

Relationships

Conforms To

See Also

Supporting watchOS

static func watchOS(SupportedPlatform.WatchOSVersion) -> SupportedPlatform

Configure the minimum deployment target version for the watchOS platform.

static func watchOS(String) -> SupportedPlatform

Configure the minimum deployment target version for the watchOS platform using a custom version string.

static let watchOS: Platform

The watchOS platform.