Update application identifier and add passkey support in entitlements

This commit is contained in:
mr. M
2025-01-07 11:34:54 +01:00
parent 99f774a2f8
commit 3359d3969c

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>