I want to use self signed certificate to do signing of mac os executable like .app file or .ipa file for development purpose. I am not intending to publish the signed app in ios or mac app store. I want to develop this as a tool. So what are the options available?
I do not want to use "Xcode’s automatic code signing" as it is out of my development scope.
open -a "Keychain Access"
my-codesign-cert
)3560
& click Continue.codesign -s my-codesign-cert /path/to/my/binary_executable