Created
November 13, 2020 16:51
-
-
Save danylokos/a9c203648be8d3212639d25b5ddd95e6 to your computer and use it in GitHub Desktop.
debug server entitlements
This file contains 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