Actualizar la dependencia de @zen-browser/surfer a la versión 1.9.6 y agregar la funcionalidad de "staple" en el script de codesign

This commit is contained in:
mr. m
2025-01-08 14:09:08 +00:00
parent d7c8bc246b
commit 604d0da2d5
3 changed files with 67 additions and 64 deletions

View File

@@ -153,6 +153,9 @@ codesign -vvv --deep --strict "${BUNDLE}"
# move Zen_Browser.provisionprofile to the Contents directory
cp Zen_Browser.provisionprofile "${BUNDLE}"/Contents/embedded.provisionprofile
# Staple the ticket
xcrun stapler staple "${BUNDLE}" --verbose || exit 0
# Create a DMG
if [ ! -z "${OUTPUT_DMG_FILE}" ]; then
DISK_IMAGE_DIR=`mktemp -d`