Skip to content

Instantly share code, notes, and snippets.

@oboje
Last active October 4, 2018 12:14
Show Gist options
  • Select an option

  • Save oboje/06e3f21f8dd1acfcec1afe748db1a20e to your computer and use it in GitHub Desktop.

Select an option

Save oboje/06e3f21f8dd1acfcec1afe748db1a20e to your computer and use it in GitHub Desktop.
codesign tests
#!/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