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