Created
January 24, 2023 01:50
-
-
Save vancluever/73ca17ced4864caf3d40589eec84486b to your computer and use it in GitHub Desktop.
MacOS Notarization Script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
spctl -a -vv "$1" && codesign --test-requirement="=notarized" --verify --verbose "$1" && codesign -dv --verbose=4 "$1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does notarization checks and then will give you various detail about the signature on an app/binary/etc. Should really be part of Finder but what can you do.