Contents

macCatalyst(_:)

Configures the minimum deployment target version for the Mac Catalyst platform.

Declaration

static func macCatalyst(_ version: SupportedPlatform.MacCatalystVersion) -> SupportedPlatform

Parameters

  • version:

    The minimum deployment target that the package supports.

Return Value

A SupportedPlatform instance.

Discussion

See Also

Supporting MacCatalyst