Created
August 21, 2019 00:06
-
-
Save felipejfc/3ab62ffc2b6a9d2a1c65c827b982f1df to your computer and use it in GitHub Desktop.
debugserver entitlements for ios 12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>com.apple.backboardd.debugapplications</key> | |
<true/> | |
<key>com.apple.backboardd.launchapplications</key> | |
<true/> | |
<key>com.apple.diagnosticd.diagnostic</key> | |
<true/> | |
<key>com.apple.frontboard.debugapplications</key> | |
<true/> | |
<key>com.apple.frontboard.launchapplications</key> | |
<true/> | |
<key>com.apple.security.network.client</key> | |
<true/> | |
<key>com.apple.security.network.server</key> | |
<true/> | |
<key>com.apple.springboard.debugapplications</key> | |
<true/> | |
<key>com.apple.system-task-ports</key> | |
<true/> | |
<key>get-task-allow</key> | |
<true/> | |
<key>platform-application</key> | |
<true/> | |
<key>run-unsigned-code</key> | |
<true/> | |
<key>task_for_pid-allow</key> | |
<true/> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment