diff options
-rw-r--r-- | entitlements.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/entitlements.xml b/entitlements.xml index 6adc334..e07f924 100644 --- a/entitlements.xml +++ b/entitlements.xml @@ -16,10 +16,10 @@ <true/> <key>com.apple.private.skip-library-validation</key> <true/> - <key>com.apple.frontboard.launchapplications</key> - <true/> - <key>com.apple.frontboard.shutdown</key> - <true/> + <key>com.apple.frontboard.launchapplications</key> + <true/> + <key>com.apple.frontboard.shutdown</key> + <true/> <key>com.apple.springboard.launchapplications</key> <true/> <key>com.apple.springboard.opensensitiveurl</key> @@ -30,6 +30,12 @@ <string>com.apple.identities</string> <string>com.apple.mobilesafari</string> </array> + <key>com.apple.security.iokit-user-client-class</key> + <array> + <string>AGXDeviceUserClient</string> + <string>IOHDIXControllerUserClient</string> + <string>IOSurfaceRootUserClient</string> + </array> <key>platform-application</key> <true/> </dict> |