Skip to content

Commit 24fec75

Browse files
committed
Add entitlements for SmartCardServices and WebAuthn support in codesign configuration
1 parent dc4d1c6 commit 24fec75

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build/codesign/browser.developer.entitlements.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,15 @@
2828
for native messaging webextension helper applications launched by
2929
Firefox which rely on Apple Events to signal other processes. -->
3030
<key>com.apple.security.automation.apple-events</key><true/>
31+
32+
<!-- For SmartCardServices(7) -->
33+
<key>com.apple.security.smartcard</key><true/>
34+
35+
<!-- Required for com.apple.developer.web-browser.public-key-credential -->
36+
<key>com.apple.application-identifier</key>
37+
<string>H36NPCN86W.app.zen-browser.zen</string>
38+
39+
<!-- For platform passkey (webauthn) support -->
40+
<key>com.apple.developer.web-browser.public-key-credential</key><true/>
3141
</dict>
3242
</plist>

0 commit comments

Comments
 (0)