pub fn adhoc_sign(path: &Path) -> Result<(), CodesignError>Expand description
Sign a file with an ad-hoc identity (no certificate needed).
ยงErrors
- [
CodesignError::Io] if thecodesignprocess cannot be spawned. - [
CodesignError::Failed] ifcodesignexits with a non-zero status.