Update application identifier in browser entitlements and remove fetch-depth from build workflow

This commit is contained in:
mr. M
2025-01-07 11:43:12 +01:00
parent 3359d3969c
commit 1152699be6
2 changed files with 1 additions and 4 deletions

View File

@@ -63,7 +63,6 @@ jobs:
with:
submodules: recursive
token: ${{ secrets.DEPLOY_KEY }}
fetch-depth: 0
- name: Check if correct branch
run: |

View File

@@ -29,12 +29,10 @@
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>app.zen-browser.zen</string>
<string>H36NPCN86W.app.zen-browser.zen</string>
<!-- For platform passkey (webauthn) support -->
<key>com.apple.developer.web-browser.public-key-credential</key><true/>