driverKit(_:)
Configures the minimum deployment target version for the DriverKit platform using a custom version string.
Declaration
static func driverKit(_ versionString: String) -> SupportedPlatformParameters
- versionString:
The minimum deployment target as a string representation of two or three dot-separated integers, such as
19.0.1.
Return Value
A SupportedPlatform instance.