Skip to content

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.

Notifications You must be signed in to change notification settings

OlKir/headersAggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages