.TH tapi\-reexport 1 2017-02-20 Darwin "TAPI Tool Documentation" .SH NAME tapi\-reexport \- Create a linker reexport file by scanning the header files .SH SYNOPSIS \fItapi reexport\fR [options] .SH DESCRIPTION .PP The reexport command creates a linker reexport file by parsing the header files that are associated with a framework/dynamic library. The headers are parsed per default in Objective-C syntax mode. C++ support is still experimental. .SH OPTIONS .PP \-arch .RS 4 Specifies the architectures to use for parsing the headers. Exactly one architecture must be specified. .RE .PP \-macosx_version_min .br \-ios_version_min .br \-watchos_version_min .br \-tvos_version_min .br .RS 4 This is set to indicate the oldest platform version that that the output is to be used on. .RE .PP \-\-help .RS 4 Prints the list of options. .RE .SS For information on the complete set of command line options, please use 'tapi reexport --help' .SH SEE ALSO tapi(1), ld(1)