summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-06-03 09:36:15 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-06-03 09:36:38 -0700
commit7ac767226f1b7646069d38b607b7af0ea65d696c (patch)
tree5da0aff43e1e75eb6dcb20690f91aba6ff099a98 /scripts
parentd7465061f8357cf2c5882eaef83b3c57e6c77d74 (diff)
downloadqtlocation-mapboxgl-7ac767226f1b7646069d38b607b7af0ea65d696c.tar.gz
point to better appledoc install method
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ios/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ios/package.sh b/scripts/ios/package.sh
index 35162ce5d1..e4bba0e9f6 100755
--- a/scripts/ios/package.sh
+++ b/scripts/ios/package.sh
@@ -98,7 +98,7 @@ cp -prv styles/styles "${OUTPUT}/static/${NAME}.bundle/styles"
step "Creating API Docs..."
if [ -z `which appledoc` ]; then
- echo "Unable to find appledoc. Consider installing it from source or Homebrew."
+ echo "Unable to find appledoc. See https://github.com/mapbox/mapbox-gl-native#manually"
exit 1
fi
DOCS_OUTPUT="${OUTPUT}/static/Docs"