Readd keychain-access-groups entitlement

Keychain Access Group is needed on macOS even though application group entitlements
This commit is contained in:
Sebastian Livoni 2025-02-25 09:19:22 +01:00 committed by GitHub
parent 7f954aeb3e
commit ed4eade9f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,9 +4,13 @@
<dict>
<key>com.apple.application-identifier</key>
<string>G2S7P7J672.org.keepassxc.keepassxc</string>
<key>keychain-access-groups</key>
<array>
<string>G2S7P7J672.org.keepassxc.keepassxc</string>
</array>
<key>com.apple.security.application-groups</key>
<array>
<string>G2S7P7J672.org.keepassxc.KeePassXC</string>
<string>G2S7P7J672.org.keepassxc.keepassxc</string>
</array>
</dict>
</plist>