You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Entitlements.plist 555B

123456789101112131415161718
  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.get-task-allow</key>
  6. <true/>
  7. <key>com.apple.security.cs.allow-jit</key>
  8. <true/>
  9. <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
  10. <true/>
  11. <key>com.apple.security.cs.disable-library-validation</key>
  12. <true/>
  13. <key>com.apple.security.device.audio-input</key>
  14. <true/>
  15. <key>com.apple.security.device.camera</key>
  16. <true/>
  17. </dict>
  18. </plist>