pub fn write_macho_file(
    input_path: &Path,
    output_path: &Path,
    macho_data: &[u8]
) -> Result<(), AppleCodesignError>
Expand description

Write Mach-O file content to an output file.