Fixed touch security not working on macos (https://github.com/zen-browser/desktop/issues/437)

This commit is contained in:
mr. M
2024-12-30 13:32:24 +01:00
parent f484cb393a
commit 9b2d1f853d
2 changed files with 12 additions and 2 deletions

View File

@@ -28,5 +28,15 @@
for native messaging webextension helper applications launched by
Firefox which rely on Apple Events to signal other processes. -->
<key>com.apple.security.automation.apple-events</key><true/>
<!-- For SmartCardServices(7) -->
<key>com.apple.security.smartcard</key><true/>
<!-- Required for com.apple.developer.web-browser.public-key-credential -->
<key>com.apple.application-identifier</key>
<string>H36NPCN86W.app.zen-browser.zenbrowser</string>
<!-- For platform passkey (webauthn) support -->
<key>com.apple.developer.web-browser.public-key-credential</key><true/>
</dict>
</plist>
</plist>

View File

@@ -1,7 +1,7 @@
{
"name": "Zen Browser",
"vendor": "Zen OSS Team",
"appId": "com.zen.browser",
"appId": "app.zen-browser.zenbrowser",
"binaryName": "zen",
"version": {
"product": "firefox",