summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-05-11 13:01:09 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-05-11 13:01:09 -0700
commit834e59722c81de924fbcabc3e800c81da4a53405 (patch)
treea4218fcdf11317ad6d10d0a96ac1ce7d412add5e /scripts
parent9ac29c6e44a02723ba645ea43500e176c1a81532 (diff)
downloadqtlocation-mapboxgl-834e59722c81de924fbcabc3e800c81da4a53405.tar.gz
fixes #1503: add changelog w/ notes to appledoc index
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ios/package.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/ios/package.sh b/scripts/ios/package.sh
index 675e31d573..35162ce5d1 100755
--- a/scripts/ios/package.sh
+++ b/scripts/ios/package.sh
@@ -103,6 +103,11 @@ if [ -z `which appledoc` ]; then
fi
DOCS_OUTPUT="${OUTPUT}/static/Docs"
DOCS_VERSION=$( git tag -l ios\* --sort -v:refname | sed -n '1p' | sed 's/ios-v//' )
+README="/tmp/GL-README.md"
+cat ios/README.md > ${README}
+echo >> ${README}
+echo -n "#" >> ${README}
+cat CHANGELOG.md >> ${README}
appledoc \
--output ${DOCS_OUTPUT} \
--project-name "Mapbox GL for iOS ${DOCS_VERSION}" \
@@ -111,4 +116,6 @@ appledoc \
--no-create-docset \
--no-install-docset \
--company-id com.mapbox \
+ --ignore include/mbgl/ios/private \
+ --index-desc ${README} \
include/mbgl/ios