Contents

tvOS(_:)

Configures the minimum deployment target version for the tvOS platform.

Declaration

static func tvOS(_ version: SupportedPlatform.TVOSVersion) -> SupportedPlatform

Parameters

  • version:

    The minimum deployment target that the package supports.

Return Value

A SupportedPlatform instance.

Discussion

See Also

Supporting tvOS