tapi-reexport(1) TAPI Tool Documentation tapi-reexport(1)

tapi-reexport - Create a linker reexport file by scanning the header files

tapi reexport [options] <inputs>

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.

-arch <architecture>

Specifies the architectures to use for parsing the headers. Exactly one architecture must be specified.

-macosx_version_min <value>
-ios_version_min <value>
-watchos_version_min <value>
-tvos_version_min <value>

This is set to indicate the oldest platform version that that the output is to be used on.

--help

Prints the list of options.

tapi(1), ld(1)

2017-02-20 Darwin