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:
5092243
)
OS X: The --strict option isn't supported on the build machine
author
Jocelyn Turcotte
<jturcotte@woboq.com>
Fri, 22 Jan 2016 17:13:25 +0000
(18:13 +0100)
committer
Jocelyn Turcotte
<jturcotte@woboq.com>
Fri, 22 Jan 2016 17:13:25 +0000
(18:13 +0100)
XCode is too old.
admin/osx/sign_app.sh
patch
|
blob
|
history
diff --git
a/admin/osx/sign_app.sh
b/admin/osx/sign_app.sh
index 355b8d28a96fb9cddbfa0c7cd82b09dcc5510a12..e495fe105308f9e915aabaf91620d6c8127ec711 100755
(executable)
--- a/
admin/osx/sign_app.sh
+++ b/
admin/osx/sign_app.sh
@@
-10,7
+10,7
@@
codesign -s "$identity" --force --preserve-metadata=entitlements --verbose=4 --d
# Verify the signature
codesign -dv $src_app
-codesign --verify -v
--strict
$src_app
+codesign --verify -v $src_app
spctl -a -t exec -vv $src_app
# Validate that the key used for signing the binary matches the expected TeamIdentifier