Update codesigning script to sign the .app bundle with Apple Developer ID certificate

This commit is contained in:
mauro-balades
2024-09-03 12:56:07 +02:00
parent 762b18ff1e
commit 80e99b649d

View File

@@ -152,5 +152,4 @@ codesign --force -o runtime --verbose --sign "$IDENTITY" --deep \
"${BUNDLE}"/Contents/MacOS/plugin-container.app
# Validate
# Let's skip this for now, as it's not necessary for the build
# codesign -vvv --deep --strict "${BUNDLE}"
codesign -vvv --verbose=4 --deep "${BUNDLE}"