Skip to content

Instantly share code, notes, and snippets.

@ccgus
Created August 19, 2014 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccgus/9b865c265f7cd2c09c2b to your computer and use it in GitHub Desktop.
Save ccgus/9b865c265f7cd2c09c2b to your computer and use it in GitHub Desktop.
codesignwtf
$ codesign -vd Acorn.app
Executable=/Users/gus/Downloads/Archives/Acorn.app/Contents/MacOS/Acorn
Identifier=com.flyingmeat.Acorn4
Format=bundle with Mach-O thin (x86_64)
CodeDirectory v=20200 size=43565 flags=0x0(none) hashes=2171+3 location=embedded
Signature size=8518
Timestamp=Jul 14, 2014, 12:47:45 PM
Info.plist entries=35
TeamIdentifier=WZCN9HJ4VP
Sealed Resources version=2 rules=12 files=452
Internal requirements count=2 size=736
$ codesign -vd Acorn\ 2.app
Executable=/Users/gus/Downloads/Archives/Acorn 2.app/Contents/MacOS/Acorn
Identifier=com.flyingmeat.Acorn4
Format=bundle with Mach-O thin (x86_64)
CodeDirectory v=20200 size=43585 flags=0x0(none) hashes=2172+3 location=embedded
Signature size=8517
Timestamp=Aug 19, 2014, 10:34:50 AM
Info.plist entries=35
TeamIdentifier=WZCN9HJ4VP
Sealed Resources version=2 rules=12 files=452
Internal requirements count=2 size=736
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment