PDF_Reader_Pro.entitlements 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  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. <true/>
  7. <key>com.apple.security.files.user-selected.read-write</key>
  8. <true/>
  9. <key>com.apple.security.network.client</key>
  10. <true/>
  11. <key>com.apple.security.print</key>
  12. <true/>
  13. <key>com.apple.security.scripting-targets</key>
  14. <dict>
  15. <key>com.apple.mail</key>
  16. <array>
  17. <string>com.apple.mail.compose</string>
  18. </array>
  19. </dict>
  20. <key>com.apple.security.temporary-exception.apple-events</key>
  21. <array>
  22. <string>com.apple.iwork.pages</string>
  23. <string>com.apple.iwork.numbers</string>
  24. <string>com.apple.iwork.keynote</string>
  25. <string>com.microsoft.outlook</string>
  26. <string>com.microsoft.word</string>
  27. <string>com.microsoft.excel</string>
  28. <string>com.microsoft.powerpoint</string>
  29. <string>com.apple.photos</string>
  30. </array>
  31. <key>com.apple.security.temporary-exception.apple-events:before:10.8</key>
  32. <string>com.apple.mail</string>
  33. </dict>
  34. </plist>