From c509c60f7a818a2565c4fe960c01a6bd71fca583 Mon Sep 17 00:00:00 2001 From: Takayama Fumihiko Date: Fri, 17 May 2024 09:20:30 +0900 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50f0b1fc..7ad76f67 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,9 @@ This means that the software incorporating the client library must be run with r - Command Line Tools for Xcode - [XcodeGen](https://github.com/yonaskolb/XcodeGen) -### Obtain DriverKit entitlements to create a provisioning profile that supports `com.apple.developer.driverkit` +### Obtain DriverKit entitlements + +To create an App ID that supports the `com.apple.developer.driverkit` entitlement required for distributing DriverKit drivers, you need to apply to Apple with your Apple ID to obtain the necessary permissions. Specifically, follow the instructions on [Requesting Entitlements for DriverKit Development](https://developer.apple.com/documentation/driverkit/requesting_entitlements_for_driverkit_development)