visionOS(_:)
Configure the minimum deployment target version for the visionOS platform using a custom version string.
Declaration
static func visionOS(_ versionString: String) -> SupportedPlatformParameters
- versionString:
The minimum deployment target as a string representation of two or three dot-separated integers, such as
1.0.0.
Return Value
A SupportedPlatform instance.
Discussion
The version string must be a series of two or three dot-separated integers, such as 1.0 or 1.0.0.