ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. This manual page is associated with the Mac OS X developer tools. The software or headers described may not be present on your Mac OS X installation until you install the developer tools package. This package is available on your Mac OS X installation DVD, and the latest versions can be downloaded from developer.apple.com. For more information about the manual page format, see the manual page for manpages(5). |
CODESIGN_ALLOCATE(1) CODESIGN_ALLOCATE(1) NAME codesign_allocate - add code signing data to a Mach-O file SYNOPSIS codesign_allocate -i oldfile [ -a arch size ]... -o newfile DESCRIPTION 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 embed in the Mach-O file. The program must be passed one -a argument for each architecture in a universal file, or exactly one -a for a thin file. -i oldfile specifies the input file as oldfile. -o newfile specifies the output file as newfile. -a arch size specifies for the architecture arch that the size of the code signing data is to be size. The value of size must be a multiple of 16. Apple Computer, Inc. July 17, 2006 CODESIGN_ALLOCATE(1) |
|