PDF-Reader-Pro-Edition.entitlements 1.1 KB

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