Structure

SupportedPlatform.IOSVersion

The supported iOS version.

Declaration

struct IOSVersion

Topics

Major iOS Versions

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.

Relationships

Conforms To

See Also

Supporting iOS

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.