Structure

SupportedPlatform.TVOSVersion

The supported tvOS version.

Declaration

struct TVOSVersion

Topics

Major tvOS Versions

static let v9: SupportedPlatform.TVOSVersion

The value that represents tvOS 9.0.

static let v10: SupportedPlatform.TVOSVersion

The value that represents tvOS 10.0.

static let v11: SupportedPlatform.TVOSVersion

The value that represents tvOS 11.0.

static let v12: SupportedPlatform.TVOSVersion

The value that represents tvOS 12.0.

Relationships

Conforms To

See Also

Supporting tvOS

static func tvOS(SupportedPlatform.TVOSVersion) -> SupportedPlatform

Configure the minimum deployment target version for the tvOS platform.

static func tvOS(String) -> SupportedPlatform

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

static let tvOS: Platform

The tvOS platform.