Tagged Questions
4
votes
1answer
848 views
Can you disable a code signature check?
I wrote a patch/utility that disables OS X's default functionality of starting iTunes when the play button is pressed. This utility basically modifies the Remote Control Daemon (rcd) and comments out ...
1
vote
0answers
413 views
Does disabling Gatekeeper also disable code signing signature check?
If I disable Gatekeeper on ML (I mean I allow apps from anywhere) is code signing disabled too or the Mac App Store will continue checking if apps are unmodified preventing from upgrading them if they ...
1
vote
1answer
694 views
Running a command via SSH on the Mac causes exception; works fine when directly connected
I am trying to sign some code for an application. I can log into my Mac (Mountain Lion) and do this easily:
codesign -s "Developer ID Application: My Name" -f /path/to/appfile/mounted/elsewhere.app
...