entitlements.xml 747 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
  3. "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  4. <plist version="1.0">
  5. <dict>
  6. <key>com.apple.security.cs.allow-jit</key>
  7. <true/>
  8. <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
  9. <true/>
  10. <key>com.apple.security.cs.allow-dyld-environment-variables</key>
  11. <true/>
  12. <key>com.apple.security.cs.disable-library-validation</key>
  13. <true/>
  14. <key>com.apple.security.cs.disable-executable-page-protection</key>
  15. <true/>
  16. <key>com.apple.security.cs.debugger</key>
  17. <true/>
  18. <key>com.apple.security.get-task-allow</key>
  19. <true/>
  20. <key>com.apple.security.hypervisor</key>
  21. <true/>
  22. </dict>
  23. </plist>