How do I verify that the zip file I downloaded?
Comments
-
This issue has been resolved, here is the solution:
spctl --assess -vv ~/Downloads/1Password\ Installer.app
This assumes that the Installer has been unzipped and is in your Downloads folder.
You'll see output like this:
/Users/grey/Downloads/1Password Installer.app: accepted
source=Notarized Developer ID
origin=Developer ID Application: AgileBits Inc. (2BUA8C4S2C)0 -
Hi @wongcheee
Thanks for sharing that! The other thing you can do is check the code signature:
codesign -vvv ~/Downloads/1Password\ Installer.app
Ben
0
This discussion has been closed.