cocoapods-hmap-prebuilt

A description of cocoapods-hmap-prebuilt.

Installation

$ gem install cocoapods-hmap-prebuilt

Usage

The command should be executed in directory that contains podfile.

# write the hmap file to podfile/Pods/Headers/HMap
$ pod hmap-writer

# write the hmap file to /project/dir/Pods/Headers/HMap
$ pod hmap-writer --project-directory=/project/dir/

# write the hmap file to /project/dir/Pods/Headers/HMap and no save origin [HEADER_SEARCH_PATHS]
$ pod hmap-writer --project-directory=/project/dir/ --nosave-origin-header-search-paths

# cleanup the hmap file
$ pod hmap-writer --clean-hmap

# read the hmap file from /hmap/dir/file
$ pod hmap-reader --hmap-path=/hmap/dir/file

At same time, you can put this line in your podfile:

plugin 'cocoapods-hmap-prebuilt'

Command Line Tool

Installing the 'cocoapods-hmap-prebuilt' gem will also install two command-line tool hmap-prebuilt-read and hmap-prebuilt-write which you can use to generate header map file and read hmap file.

For more information consult hmap-prebuilt-read --help or hmap-prebuilt-write --help.