Dump .hmap
file contents.
DumpHeaderMap <path to hmap file>
Example:
DumpHeaderMap /Users/cat1237/Desktop/Test/testHmap.hmap
Gen .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.hmap
JSON
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.