mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
34 lines
1.0 KiB
XML
34 lines
1.0 KiB
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>keychain-access-groups</key>
|
|
<array>
|
|
<string>org.keepassx.keepassxc</string>
|
|
</array>
|
|
|
|
<!-- Sandbox entitlements stub for future reference.
|
|
For whatever reason, we have to set this twice.
|
|
Otherwise a signed application crashes on startup -->
|
|
<key>com.apple.security.app-sandbox</key>
|
|
<false/>
|
|
<key>com.apple.security.app-sandbox</key>
|
|
<false/>
|
|
<!--key>com.apple.security.network.client</key>
|
|
<true/>
|
|
<key>com.apple.security.files.user-selected.read-write</key>
|
|
<true/>
|
|
<key>com.apple.security.device.usb</key>
|
|
<true/>
|
|
<key>com.apple.security.print</key>
|
|
<true/>
|
|
<key>com.apple.security.files.user-selected.read-only</key>
|
|
<false/-->
|
|
</dict>
|
|
</plist>
|