Function apple_codesign::path_is_macho
source · pub fn path_is_macho(path: impl AsRef<Path>) -> Result<bool, AppleCodesignError>
Expand description
Whether the specified filesystem path is a Mach-O binary.
pub fn path_is_macho(path: impl AsRef<Path>) -> Result<bool, AppleCodesignError>
Whether the specified filesystem path is a Mach-O binary.