.TH tapi\-stubify 1 2017-02-20 Darwin "TAPI Tool Documentation" .SH NAME tapi\-stubify \- Create a text-based stub file from a library .SH SYNOPSIS \fItapi stubify\fR [\-\-inline\-private\-frameworks] [\-isysroot ] [\-o ] [\-\-help] \fItapi stubify\fR [\-\-inline\-private\-frameworks] [\-isysroot ] [\-\-help] .SH DESCRIPTION .PP The stubify command creates a text-based stub file (.tbd) from a dynamic library or framework. .PP When the input is a file, then a text-based stub file is generated next to the input file with the .tbd file extension (unless the \-o option is used). If the conversion is not possible, then the tool will abort with an error. .PP When the input is a directoy, then the directory is recursively searched for dynamic library files. All header directories are ignored during that search. The stubbed files are placed next to the existing dynamic library files. The existing symbolic link structure is mirrored for the newly created stub files. .SH OPTIONS .PP \-\-help .RS 4 Prints the list of options. .RE .SS For information on the complete set of command line options, please use 'tapi stubify --help' .SH SEE ALSO tapi(1), ld(1)