custom(_:versionString:)

    Configures the minimum deployment target version for custom platforms.

    SupportedPlatforms.swift:284
    SwiftPM
    5.6+
    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.

    Returns

    A SupportedPlatform instance.

    Other members in extension

    Types

    Type members