macCatalyst(_:)

    Configures the minimum deployment target version for the Mac Catalyst platform using a version string.

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

    Parameters

    versionString

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

    Returns

    A SupportedPlatform instance.

    The version string must be a series of two or three dot-separated integers, such as 13.0 or 13.0.1.

    See also

    Other members in extension

    Types

    Type members