From 919a09851347c10a062f1e3819dfbe886fda7ee2 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 20 Nov 2019 10:47:18 -0800 Subject: macOS: with Qt 5.13 we need QtDBus again So don't remove it from the build before signing. Signed-off-by: Dirk Hohndel --- packaging/macosx/sign | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/macosx/sign') diff --git a/packaging/macosx/sign b/packaging/macosx/sign index 0b45d5f6d..cba65ff16 100644 --- a/packaging/macosx/sign +++ b/packaging/macosx/sign @@ -6,7 +6,7 @@ echo -- signing staging/Subsurface.app cd staging # remove the spurious DBus framework that we don't need -rm -rf Subsurface.app/Contents/Frameworks/QtDBus.framework +#rm -rf Subsurface.app/Contents/Frameworks/QtDBus.framework # remove anything codesign doesn't want us to sign find Subsurface.app/Contents/Frameworks/ \( -name Headers -o -name \*.prl -o -name \*_debug \) -print0 | xargs -0 rm -rf -- cgit v1.2.3-70-g09d2