Skip to content

a594508257/hmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Read and Write hmap file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Objective-C++ 68.1%
  • C 31.9%