keg.rb: add generic codesign_patched_binary method

This commit is contained in:
danielnachun 2022-03-12 17:45:25 -08:00
parent 843a189d40
commit 35f426e3e2
No known key found for this signature in database
GPG Key ID: 7343CCAD07E2D0FB

View File

@ -529,6 +529,8 @@ class Keg
elf_files
end
def codesign_patched_binary(_binary_file); end
private
def resolve_any_conflicts(dst, dry_run: false, verbose: false, overwrite: false)