solenv/bin/macosx-codesign-app-bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 149337a5c074513cf4b2d95738190afb12406ccf Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> AuthorDate: Wed Jan 22 13:40:26 2025 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Wed Jan 22 15:42:44 2025 +0100 QuickLook Preview/Thumbnail need to have the hardened runtime enabled otherwise the packages fail Apple's notarization Change-Id: I39877bb2b79d3e53103c44980730aaeaef8b9647 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180589 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> (cherry picked from commit 001397c7463f7591811beeb9d03f637f2447ed3f) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180595 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/solenv/bin/macosx-codesign-app-bundle b/solenv/bin/macosx-codesign-app-bundle index bc5d312e1c4e..54f534cccb1c 100755 --- a/solenv/bin/macosx-codesign-app-bundle +++ b/solenv/bin/macosx-codesign-app-bundle @@ -128,7 +128,7 @@ done # Quick Look plugins will only load if with sandbox entitlements find "$APP_BUNDLE" -name 'QuickLook*.appex' -type d | while read appex; do - codesign --force --prefix=$MACOSX_BUNDLE_IDENTIFIER. --sign "$MACOSX_CODESIGNING_IDENTITY" $entitlements_quicklookappex "$appex" || exit 1 + codesign --force --timestamp --options=runtime --prefix=$MACOSX_BUNDLE_IDENTIFIER. --sign "$MACOSX_CODESIGNING_IDENTITY" $entitlements_quicklookappex "$appex"|| exit 1 done # Sign executables