From: Jocelyn Turcotte Date: Fri, 22 Jan 2016 17:13:25 +0000 (+0100) Subject: OS X: The --strict option isn't supported on the build machine X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~1254^2~38 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=46e384a2f277fb5ac1f4ce81abb65875967bb6ec;p=nextcloud-desktop.git OS X: The --strict option isn't supported on the build machine XCode is too old. --- diff --git a/admin/osx/sign_app.sh b/admin/osx/sign_app.sh index 355b8d28a..e495fe105 100755 --- 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