entitlements.plist 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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.app-sandbox</key>
  6. <false/>
  7. <key>com.apple.security.automation.apple-events</key>
  8. <true/>
  9. <key>com.apple.security.cs.allow-dyld-environment-variables</key>
  10. <true/>
  11. <key>com.apple.security.cs.allow-jit</key>
  12. <true/>
  13. <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
  14. <true/>
  15. <key>com.apple.security.cs.disable-library-validation</key>
  16. <true/>
  17. <key>com.apple.security.device.audio-input</key>
  18. <true/>
  19. <key>com.apple.security.device.camera</key>
  20. <true/>
  21. <key>com.apple.security.device.speech-recognition</key>
  22. <true/>
  23. <key>com.apple.security.files.documents.read-write</key>
  24. <true/>
  25. <key>com.apple.security.files.downloads.read-write</key>
  26. <true/>
  27. <key>com.apple.security.files.home.read-write</key>
  28. <true/>
  29. <key>com.apple.security.files.user-selected.read-write</key>
  30. <true/>
  31. <key>com.apple.security.get-task-allow</key>
  32. <true/>
  33. <key>com.apple.security.network.client</key>
  34. <true/>
  35. <key>com.apple.security.network.server</key>
  36. <true/>
  37. <key>com.apple.security.scripting-targets</key>
  38. <dict>
  39. <key>com.apple.finder</key>
  40. <array>
  41. <string>com.apple.events.appleevents</string>
  42. </array>
  43. <key>com.apple.systemevents</key>
  44. <array>
  45. <string>com.apple.events.appleevents</string>
  46. </array>
  47. </dict>
  48. </dict>
  49. </plist>