macOS / binaries /

codesign_allocate

/usr/bin/codesign_allocate
Add code signing data to a mach-o file

If the codesign_allocate environment variable is set, it identifies a substitute codesign_allocate tool used to allocate space for code signatures in Mach-O binaries. This is used by Xcode SDK distributions to provide architectural support for non-native platforms such as iPhones.

source: man
/usr/libexec/DeveloperTools/codesign_allocate
Add code signing data to a Mach-O file

codesign_allocate sets up a Mach-O file used by the dynamic linker so space for code signing data of the specified size for the specified architecture is embedded in the Mach-O file.

source: man