Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 523 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 523 Bytes

Headers Aggregator

Command line tool that scans folder structure for .h files, copies them to selected folder and creates list of them. Useful for creation xcframeworks from Obj-C code.

Usage

./headersAggregator <inputPath> <outputPath> [headers list file name]

Parameters are set without names or keys: path to the root of folder structure to scan path where to copy headers [headers list file name] optional, name of the file with list of headers. "umbrella_header.h" by default.