diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-05-05 12:00:21 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-05-05 12:18:18 -0700 |
commit | a104b3de3b67921b119da9f1e61f0490d3c677c2 (patch) | |
tree | b345fc3e0a1818b365f8b3d837667b6ba8e03082 /scripts | |
parent | acd27fc386ba413fbec4cac75d4407eb77712883 (diff) | |
download | qtlocation-mapboxgl-a104b3de3b67921b119da9f1e61f0490d3c677c2.tar.gz |
no longer link iOS HTML docs since missing CSS
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ios/package.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/ios/package.sh b/scripts/ios/package.sh index dd9e216ace..2b6a5259e4 100755 --- a/scripts/ios/package.sh +++ b/scripts/ios/package.sh @@ -109,6 +109,3 @@ appledoc \ --no-install-docset \ --company-id com.mapbox \ include/mbgl/ios -cd ${DOCS_OUTPUT} -ln -s html/index.html -cd ${OLDPWD} |