The supported iOS version.
SDK
- Xcode 10.2+
Framework
- Swift Package Manager
Declaration
struct IOSVersion
The supported iOS version.
SDK
Framework
struct IOSVersion
static let v8: SupportedPlatform.IOSVersion
The value that represents iOS 8.0.
static let v9: SupportedPlatform.IOSVersion
The value that represents iOS 9.0.
static let v10: SupportedPlatform.IOSVersion
The value that represents iOS 10.0.
static let v11: SupportedPlatform.IOSVersion
The value that represents iOS 11.0.
static let v12: SupportedPlatform.IOSVersion
The value that represents iOS 12.0.
static func iOS (SupportedPlatform.IOSVersion) -> SupportedPlatform
Configure the minimum deployment target version for the iOS platform.
static func iOS (String) -> SupportedPlatform
Configure the minimum deployment target version for the iOS platform using a custom version string.
static let iOS : Platform
The iOS platform.