diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-05-28 17:52:39 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-05-29 10:18:31 -0700 |
commit | 78ea889202f267f821668627053f20dd2a9ff16a (patch) | |
tree | 1e26a4dbe5b4fbfe428a97da25fbe165666f1696 /README.md | |
parent | c1d42aa55791ca5dfcef9247cb03d7362a68dd8d (diff) | |
download | qtlocation-mapboxgl-78ea889202f267f821668627053f20dd2a9ff16a.tar.gz |
Latest homebrew appledoc should be good
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -58,7 +58,11 @@ pod 'MapboxGL' #### Manually -1. Install [appledoc](http://appledoc.gentlebytes.com/appledoc/) for API docs generation. We recommend [`2.2v963`](https://github.com/tomaz/appledoc/releases/tag/v2.2-963), which currently isn't available in Homebrew. +1. Install [appledoc](http://appledoc.gentlebytes.com/appledoc/) (2.2v963 or later) for API docs generation. This is installable via homebrew: + ``` + brew install appledoc22 + brew link --force appledoc22 + ``` 1. Run `make ipackage`. The packaging script will produce the statically-linked `libMapboxGL.a`, `MapboxGL.bundle` for resources, a `Headers` folder, and a `Docs` folder with HTML API documentation. 1. Copy the contents of `build/ios/pkg/static` into your project. It should happen automatically, but ensure that: - `Headers` is in your *Header Search Paths* (`HEADER_SEARCH_PATHS`) build setting. |