Advertisement
dominus

Untitled

Nov 20th, 2020
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 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.security.cs.allow-jit</key>
  6. <true/>
  7. <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
  8. <true/>
  9. <key>com.apple.security.get-task-allow</key>
  10. <true/>
  11. <key>com.apple.security.cs.disable-executable-page-protection</key>
  12. <true/>
  13. </dict>
  14. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement