Mac build: adjust sign script

Add QtLocation and QtQuickWidgets.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-07-29 08:18:37 -07:00
parent fcfa05b134
commit 7e52d11249

View file

@ -30,6 +30,8 @@ for i in \
./Subsurface.app//Contents/Frameworks/QtDbus.framework/Versions/5/QtDbus \
./Subsurface.app//Contents/Frameworks/QtXml.framework/Versions/5/QtXml \
./Subsurface.app//Contents/Frameworks/QtWebChannel.framework/Versions/5/QtWebChannel \
./Subsurface.app//Contents/Frameworks/QtLocation.framework/Versions/5/QtLocation \
./Subsurface.app//Contents/Frameworks/QtQuickWidgets.framework/Versions/5/QtQuickWidgets \
./Subsurface.app//Contents/Frameworks/*.dylib
do
codesign --keychain /Users/hohndel/Library/Keychains/login.keychain -s "Developer ID Application: Dirk Hohndel" $i