Update browser entitlements for passkey support

This commit is contained in:
mr. M
2025-01-07 11:32:40 +01:00
parent c2b77d96fb
commit 8da63bc3c6

View File

@@ -34,7 +34,9 @@
<!-- Required for com.apple.developer.web-browser.public-key-credential -->
<key>com.apple.application-identifier</key>
<string>H36NPCN86W.app.zen-browser.zen</string>
<string>app.zen-browser.zen</string>
<!-- For platform passkey (webauthn) support -->
<key>com.apple.developer.web-browser.public-key-credential</key><true/>
</dict>
</plist>