solenv/bin/macosx-codesign-app-bundle |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb436ab4b495d3a7c28866afb4f7f3fa710571d2
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Wed Jan 22 13:40:26 2025 +0100
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Thu Jan 23 12:23:51 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>
    (cherry picked from commit 149337a5c074513cf4b2d95738190afb12406ccf)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180597
    Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

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

Reply via email to