From 80e99b649dfc447aa47b0e42e2cfc67d1a613877 Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Tue, 3 Sep 2024 12:56:07 +0200 Subject: [PATCH] Update codesigning script to sign the .app bundle with Apple Developer ID certificate --- build/codesign/sign.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/codesign/sign.bash b/build/codesign/sign.bash index 3dc8f275a..9319ddddb 100644 --- a/build/codesign/sign.bash +++ b/build/codesign/sign.bash @@ -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}"