2019-02-05 12:05:46 -05:00
|
|
|
<?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>
|
2019-11-09 18:08:20 -05:00
|
|
|
<string>org.keepassx.keepassxc</string>
|
2019-02-05 12:05:46 -05:00
|
|
|
<key>com.apple.developer.aps-environment</key>
|
2019-11-09 18:08:20 -05:00
|
|
|
<string>production</string>
|
|
|
|
|
2019-02-05 12:05:46 -05:00
|
|
|
<key>keychain-access-groups</key>
|
2019-11-09 18:08:20 -05:00
|
|
|
<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/>
|
2019-02-05 12:05:46 -05:00
|
|
|
<key>com.apple.security.files.user-selected.read-only</key>
|
2019-11-09 18:08:20 -05:00
|
|
|
<false/-->
|
2019-02-05 12:05:46 -05:00
|
|
|
</dict>
|
2019-11-09 18:08:20 -05:00
|
|
|
</plist>
|