diff options
author | Sam Bingner <sam@bingner.com> | 2020-06-24 13:35:47 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2020-06-24 13:35:47 -1000 |
commit | f39460120a166d4916001005a3348fbc5dff1b61 (patch) | |
tree | 9a95925e5949e87e25770992d7551ac153c1818e | |
parent | 8f7c00e36fcf243bcef3b833bbdd6bc63c9b8469 (diff) |
Fix entitlements for iOS14v1.1.36
-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> |