Actualizar la configuración de compilación de macOS y las dependencias de @zen-browser/surfer a la versión 1.9.5

This commit is contained in:
mr. m
2025-01-08 10:36:14 +00:00
parent 73f932fade
commit c7a80d5c6e
4 changed files with 11 additions and 10 deletions

View File

@@ -111,9 +111,6 @@ echo "-------------------------------------------------------------------------"
set -x
# move Zen_Browser.provisionprofile to the Contents directory
cp Zen_Browser.provisionprofile "${BUNDLE}"/Contents/embedded.provisionprofile
# Clear extended attributes which cause codesign to fail
xattr -cr "${BUNDLE}"
@@ -141,6 +138,10 @@ codesign --force -o runtime --verbose --sign "$IDENTITY" --deep \
find "${BUNDLE}"/Contents/Resources/gmp-clearkey -type f -exec \
codesign --force -o runtime --verbose --sign "$IDENTITY" {} \;
# move Zen_Browser.provisionprofile to the Contents directory
cp Zen_Browser.provisionprofile "${BUNDLE}"/Contents/embedded.provisionprofile
# Sign the main bundle
codesign --force -o runtime --verbose --sign "$IDENTITY" \
--entitlements ${BROWSER_ENTITLEMENTS_FILE} "${BUNDLE}"