Skip to content

Commit

Permalink
Merge pull request #91 from sethlu/codesign-verify-strict
Browse files Browse the repository at this point in the history
Codesign verify strict
  • Loading branch information
sethlu committed Oct 31, 2016
2 parents 280f3c2 + 2fa7adf commit eed27dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sign.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ function verifySignApplicationAsync (opts) {
child.execFile('codesign', [
'--verify',
'--deep',
'--strict',
'--verbose=2',
opts.app
], function (err, stdout, stderr) {
Expand Down

0 comments on commit eed27dd

Please sign in to comment.