driverKit(_:)

    Configures the minimum deployment target version for the DriverKit platform using a custom version string.

    SupportedPlatforms.swift:271
    SwiftPM
    5.5+
    static func driverKit(_ versionString: String) -> SupportedPlatform

    Parameters

    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.

    See also

    Other members in extension

    Types

    Type members