The supported tvOS version.
SDK
- Xcode 10.2+
Framework
- Swift Package Manager
Declaration
struct TVOSVersion
The supported tvOS version.
SDK
Framework
struct TVOSVersion
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.
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.