Last active
October 4, 2018 12:14
-
-
Save oboje/06e3f21f8dd1acfcec1afe748db1a20e to your computer and use it in GitHub Desktop.
codesign tests
This file contains hidden or 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 bash | |
| app="test.app" | |
| #shows sign info | |
| codesign -dv $app | |
| payload2="YourApp.app/embedded.mobileprovision" | |
| #get sign info 2 | |
| security cms -D -i $payload2 | |
| #get signing ids | |
| security find-identity -v -p codesigning | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment