Add entitlements for SmartCardServices and WebAuthn support; update codesign script to copy provisioning profile

This commit is contained in:
mr. M
2025-01-08 21:33:21 +01:00
parent f55c534659
commit 5ea8fd169c
2 changed files with 11 additions and 1 deletions

View File

@@ -151,7 +151,7 @@ codesign --force -o runtime --verbose --sign "$IDENTITY" --deep \
codesign -vvv --deep --strict "${BUNDLE}"
# move Zen_Browser.provisionprofile to the Contents directory
# cp Zen_Browser.provisionprofile "${BUNDLE}"/Contents/embedded.provisionprofile
cp Zen_Browser.provisionprofile "${BUNDLE}"/Contents/embedded.provisionprofile
# Staple the ticket
xcrun stapler staple --verbose "${BUNDLE}" || exit 0