[Pkg-owncloud-commits] [owncloud-client] 194/219: Fix app signing on OS X
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 0ceeff62d6db37cf1f8af9932c96c1257c386ba0
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Wed Oct 1 15:33:20 2014 +0200
Fix app signing on OS X
---
admin/osx/sign_app.sh | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/admin/osx/sign_app.sh b/admin/osx/sign_app.sh
index 493d2eb..bda0b9c 100755
--- a/admin/osx/sign_app.sh
+++ b/admin/osx/sign_app.sh
@@ -5,7 +5,6 @@
src_app="$1"
identity="$2"
-QT_FMWKS=`basename ${TMP_APP}/Contents/Frameworks`/Qt*
QT_FMWK_VERSION="5"
fix_frameworks() {
@@ -26,8 +25,8 @@ fix_frameworks() {
}
fix_frameworks "$src_app" `qmake -query QT_INSTALL_LIBS` "$src_app"/Contents/Frameworks
-codesign -s "$identity" --force --verify --verbose --deep "$src_app"
+codesign -s "$identity" --force --verbose=4 --deep "$src_app"
# Just for our debug purposes:
spctl -a -t exec -vv $src_app
-codesign -dv $src_app
\ No newline at end of file
+codesign -dv $src_app
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list