Can Xcode codesign a command line utility/application?
I have a small UNIX application I want to distribute, and it seems the polite thing to do is sign it. I'm not sure the correct way to do this.
Thanks,
Todd
Can Xcode codesign a command line utility/application?
I have a small UNIX application I want to distribute, and it seems the polite thing to do is sign it. I'm not sure the correct way to do this.
Thanks,
Todd
You can codesign from the command line if you like. man codesign for details