Created
August 19, 2014 18:08
-
-
Save ccgus/9b865c265f7cd2c09c2b to your computer and use it in GitHub Desktop.
codesignwtf
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
$ 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