diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-05-29 10:57:03 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-05-29 11:02:29 -0700 |
commit | d2f710564994e902cab400caffbd46a0cddb57c2 (patch) | |
tree | 45a0801f65c6d3cf028b77309ff831563ef2f5c4 /README.md | |
parent | 78ea889202f267f821668627053f20dd2a9ff16a (diff) | |
download | qtlocation-mapboxgl-d2f710564994e902cab400caffbd46a0cddb57c2.tar.gz |
Require appledoc v2.2-963 exactly
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -58,11 +58,15 @@ pod 'MapboxGL' #### Manually -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. Install [appledoc](http://appledoc.gentlebytes.com/appledoc/) 2.2v963 for API docs generation (only this exact version works). + + ``` + wget https://github.com/tomaz/appledoc/releases/download/v2.2-963/appledoc.zip + tar xvzf appledoc.zip + cp appledoc /usr/local/bin + cp -Rf Templates/ ~/.appledoc + ``` + 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. |