OS X: The --strict option isn't supported on the build machine
authorJocelyn Turcotte <jturcotte@woboq.com>
Fri, 22 Jan 2016 17:13:25 +0000 (18:13 +0100)
committerJocelyn Turcotte <jturcotte@woboq.com>
Fri, 22 Jan 2016 17:13:25 +0000 (18:13 +0100)
XCode is too old.

admin/osx/sign_app.sh

index 355b8d28a96fb9cddbfa0c7cd82b09dcc5510a12..e495fe105308f9e915aabaf91620d6c8127ec711 100755 (executable)
@@ -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