/hmap-1

Read and Write hmap file.

Primary LanguageObjective-C++

hmap

DumpHeaderMap

Dump .hmap file contents.

DumpHeaderMap <path to hmap file>

Example:

DumpHeaderMap /Users/cat1237/Desktop/Test/testHmap.hmap

WriteHeaderMap

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"]
]

Also see

cocoapods-hmap A CocoaPods plugin/Command Line Tool which can gen/read header map file.