codesigning
codesigning
- Subject: codesigning
- From: Luther Fuller <email@hidden>
- Date: Wed, 07 Mar 2012 15:12:03 -0600
If I do ...
codesign -dvvvv [path to appl]
from the Terminal, I get this result ...
Executable=/Users/lutherfuller/Desktop/codesign_test/Calculator.app/Contents/MacOS/Calculator Identifier=com.apple.calculator Format=bundle with Mach-O universal (i386 x86_64) CodeDirectory v=20100 size=629 flags=0x0(none) hashes=25+3 location=embedded CDHash=b869444a5ae514e00ebac5c6bc8aac91f86b9ea4 Signature size=4064 Authority=Software Signing Authority=Apple Code Signing Certification Authority Authority=Apple Root CA Info.plist entries=17 Sealed Resources rules=10 files=22 Internal requirements count=1 size=104
But, when I try this in AppleScript ...
property testAppl : alias "OS_X:Users:lutherfuller:Desktop:codesign_test:Calculator.app" on run do shell script "codesign -dvvvv " & (quoted form of (POSIX path of testAppl)) log "[ " & the result & " ]" & return beep end run
I get no result at all. Seems odd !!! Any ideas ?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden