Skip to content

Commit a3c78e2

Browse files
committed
Remove WebAuthn entitlement and comment out provisioning profile copy in codesign script
1 parent 8715339 commit a3c78e2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build/codesign/browser.developer.entitlements.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,5 @@
3535
<!-- Required for com.apple.developer.web-browser.public-key-credential -->
3636
<key>com.apple.application-identifier</key>
3737
<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/>
4138
</dict>
4239
</plist>

build/codesign/codesign.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ echo "-------------------------------------------------------------------------"
112112
set -x
113113

114114
# move Zen_Browser.provisionprofile to the Contents directory
115-
cp Zen_Browser.provisionprofile "${BUNDLE}"/Contents/embedded.provisionprofile
115+
#cp Zen_Browser.provisionprofile "${BUNDLE}"/Contents/embedded.provisionprofile
116116

117117
# Clear extended attributes which cause codesign to fail
118118
xattr -cr "${BUNDLE}"

0 commit comments

Comments
 (0)