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}"