projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96ff007
)
OS X: Actually Make the signing script fail on failure
author
Daniel Molkentin
<danimo@owncloud.com>
Thu, 16 Apr 2015 14:33:36 +0000
(16:33 +0200)
committer
Daniel Molkentin
<danimo@owncloud.com>
Thu, 16 Apr 2015 14:35:09 +0000
(16:35 +0200)
Addresses #3114
admin/osx/sign_app.sh
patch
|
blob
|
history
diff --git
a/admin/osx/sign_app.sh
b/admin/osx/sign_app.sh
index 2a0994f5813ade12657aca771d639aa473f134b2..22f4dffd4d272317c887367f7e9972893e279296 100755
(executable)
--- a/
admin/osx/sign_app.sh
+++ b/
admin/osx/sign_app.sh
@@
-1,4
+1,4
@@
-#!/bin/sh -x
+#!/bin/sh -x
e
[ "$#" -lt 2 ] && echo "Usage: sign_app.sh <app> <identity>" && exit
@@
-7,6
+7,6
@@
identity="$2"
codesign -s "$identity" --force --verbose=4 --deep "$src_app"
-#
Just for our debug purposes:
+#
Verify the signature
spctl -a -t exec -vv $src_app
codesign -dv $src_app