Dump .hmap file contents.
DumpHeaderMap <path to hmap file>Example:
DumpHeaderMap /Users/cat1237/Desktop/Test/testHmap.hmapGen .hmap file by parsing the specified json file.
WriteHeaderMap <path to input json file> <path to output hmap file>Example:
WriteHeaderMap /Users/cat1237/Desktop/Test/testHmap.json /Users/cat1237/Desktop/Test/testHmap.hmapJSON file:
[
[key, prefix, suffix]
]Example:
[
["TestAndTestApp/Dog.h", "/Users/cat1237/Desktop/Test/", "Dog.h"]
]cocoapods-hmap A CocoaPods plugin/Command Line Tool which can gen/read header map file.