Drop malformed keychain group

Fixes #725
This commit is contained in:
Davide 2024-12-17 18:29:00 +01:00
parent 6255a273fe
commit c422f06713
No known key found for this signature in database
GPG Key ID: A48836171C759F5E

View File

@ -39,7 +39,6 @@
<key>keychain-access-groups</key> <key>keychain-access-groups</key>
<array> <array>
<string>$(CFG_KEYCHAIN_GROUP_ID)</string> <string>$(CFG_KEYCHAIN_GROUP_ID)</string>
<string>$(AppIdentifierPrefix)$(CFG_KEYCHAIN_GROUP_ID)</string>
</array> </array>
</dict> </dict>
</plist> </plist>