Cryptomator.entitlements 775 B

12345678910111213141516171819202122
  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.application-identifier</key>
  6. <string>###APP_IDENTIFIER_PREFIX###org.cryptomator</string>
  7. <key>com.apple.developer.team-identifier</key>
  8. <string>###TEAM_IDENTIFIER###</string>
  9. <key>com.apple.security.cs.allow-jit</key>
  10. <true/>
  11. <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
  12. <true/>
  13. <key>com.apple.security.cs.disable-executable-page-protection</key>
  14. <true/>
  15. <key>com.apple.security.cs.disable-library-validation</key>
  16. <true/>
  17. <key>keychain-access-groups</key>
  18. <array>
  19. <string>###APP_IDENTIFIER_PREFIX###org.cryptomator</string>
  20. </array>
  21. </dict>
  22. </plist>