File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 35
35
<!-- Required for com.apple.developer.web-browser.public-key-credential -->
36
36
<key >com.apple.application-identifier</key >
37
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 />
41
38
</dict >
42
39
</plist >
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ echo "-------------------------------------------------------------------------"
112
112
set -x
113
113
114
114
# 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
116
116
117
117
# Clear extended attributes which cause codesign to fail
118
118
xattr -cr " ${BUNDLE} "
You can’t perform that action at this time.
0 commit comments