Top "Codesign" questions

In iPhone development codesign deals with Provisioning Profiles, App Developer Certificate and device UDID.

How to unlock system keychain in OS X using terminal

I have private key and certificate in system keychain and I want to access it using CodeSign so it needs …

ios shell jenkins keychain codesign
Codesign only succeeds after other xcode iphone project is successfully signed

I have a weird issue. Codesign refuses to sign this big project I have, project A, but does signs the …

iphone xcode codesign
How to codesign and enable the hardened runtime for a 3rd-party CLI on Xcode?

My project needs the Ghostscript to do lots of tasks, so I have added the gs CLI tool into my …

objective-c xcode macos codesign osx-gatekeeper