1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

entitlements.mac.plist again

This commit is contained in:
Anders Åberg
2025-06-03 18:59:55 +02:00
parent a4abce56ef
commit 54d19698b1

View File

@@ -1,22 +1,22 @@
<?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>
<dict>
<key>com.apple.application-identifier</key>
<string>LTZ2PFU5D6.com.bitwarden.desktop</string>
<key>com.apple.developer.team-identifier</key>
<string>LTZ2PFU5D6</string>
<key>com.apple.developer.authentication-services.autofill-credential-provider</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>LTZ2PFU5D6.com.bitwarden.desktop</string>
<key>com.apple.developer.team-identifier</key>
<string>LTZ2PFU5D6</string>
<key>com.apple.developer.authentication-services.autofill-credential-provider</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>LTZ2PFU5D6.com.bitwarden.desktop</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>LTZ2PFU5D6.*</string>
</array>
</dict>
</array>
<key>com.apple.security.keychain-access-groups</key>
<array>
<string>LTZ2PFU5D6.*</string>
</array>
</dict>
</plist>