macOS: with Qt 5.13 we need QtDBus again

So don't remove it from the build before signing.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-11-20 10:47:18 -08:00
parent 3e5a81edeb
commit 919a098513

View file

@ -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