SigningIdentity typedef

SigningIdentity = ({String identity, Directory? keychainHome})

The identity codesign should use and the keychain that holds it.

The keychain is null for ad-hoc signing, which needs none.

Implementation

typedef SigningIdentity = ({String identity, Directory? keychainHome});