mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-16 03:04:26 -05:00
e50261a99c
* Fix #3609 - Request screen reader permission by faking a 1px screenshot. Thanks to MacPass for this idea. * Fix #3578 - Remove duplicate sandbox entitlement * Fix #3270 - Use executable path reference for libquazip
22 lines
689 B
XML
22 lines
689 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>com.apple.application-identifier</key>
|
|
<string>org.keepassx.keepassxc</string>
|
|
<key>com.apple.developer.aps-environment</key>
|
|
<string>production</string>
|
|
<key>com.apple.security.network.client</key>
|
|
<true/>
|
|
<key>com.apple.security.print</key>
|
|
<true/>
|
|
<key>com.apple.security.app-sandbox</key>
|
|
<false/>
|
|
<key>keychain-access-groups</key>
|
|
<array>
|
|
<string>org.keepassx.keepassxc</string>
|
|
</array>
|
|
<key>com.apple.security.files.user-selected.read-only</key>
|
|
<false/>
|
|
</dict>
|
|
</plist> |