Contents

custom(_:versionString:)

Configures the minimum deployment target version for custom platforms.

Declaration

static func custom(_ platformName: String, versionString: String) -> SupportedPlatform

Parameters

  • platformName:

    The name of the platform.

  • versionString:

    The minimum deployment target as a string representation of two or three dot-separated integers, such as 19.0.1.

Return Value

A SupportedPlatform instance.

Discussion