---
title: "driverKit(_:)"
framework: packagedescription
role: symbol
role_heading: Type Method
path: "packagedescription/supportedplatform/driverkit(_:)-6evdd"
---

# driverKit(_:)

Configures the minimum deployment target version for the DriverKit platform using a custom version string.

## Declaration

```swift
static func driverKit(_ versionString: String) -> SupportedPlatform
```

## Parameters

- `versionString`: The minimum deployment target as a string representation of two or three dot-separated integers, such as 19.0.1.

## Return Value

Return Value A SupportedPlatform instance.

## See Also

### Supporting DriverKit

- [driverKit(_:)](packagedescription/supportedplatform/driverkit(_:)-jxlz.md)
- [driverKit](packagedescription/platform/driverkit.md)
- [SupportedPlatform.DriverKitVersion](packagedescription/supportedplatform/driverkitversion.md)
