Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>com.apple.backboardd.debugapplications</key>
  6. <true/>
  7. <key>com.apple.backboardd.launchapplications</key>
  8. <true/>
  9. <key>com.apple.diagnosticd.diagnostic</key>
  10. <true/>
  11. <key>com.apple.frontboard.debugapplications</key>
  12. <true/>
  13. <key>com.apple.frontboard.launchapplications</key>
  14. <true/>
  15. <key>com.apple.security.network.client</key>
  16. <true/>
  17. <key>com.apple.security.network.server</key>
  18. <true/>
  19. <key>com.apple.springboard.debugapplications</key>
  20. <true/>
  21. <key>com.apple.system-task-ports</key>
  22. <true/>
  23. <key>get-task-allow</key>
  24. <true/>
  25. <key>platform-application</key>
  26. <true/>
  27. <key>run-unsigned-code</key>
  28. <true/>
  29. <key>task_for_pid-allow</key>
  30. <true/>
  31. </dict>
  32. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement