Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
point to better appledoc install method
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Jun 3, 2015
1 parent d746506 commit 7ac7672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/docs/install_docs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

if [ -z `which appledoc` ]; then
echo "Unable to find appledoc. Consider installing it from source or Homebrew."
echo "Unable to find appledoc. https://github.com/mapbox/mapbox-gl-native#manually"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion scripts/ios/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7ac7672

Please sign in to comment.