keg.rb: add generic codesign_patched_binary method

This commit is contained in:
danielnachun 2022-04-08 18:09:18 -07:00
parent 2b8f0ca438
commit 3b089ee901
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(file); end
private
def resolve_any_conflicts(dst, dry_run: false, verbose: false, overwrite: false)