From d2f710564994e902cab400caffbd46a0cddb57c2 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 29 May 2015 10:57:03 -0700 Subject: Require appledoc v2.2-963 exactly --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bfc7a23a38..5a37ff67e4 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.1