summaryrefslogtreecommitdiff
path: root/platform/ios
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios')
-rwxr-xr-xplatform/ios/scripts/document.sh8
-rwxr-xr-xplatform/ios/scripts/install-packaging-dependencies.sh2
2 files changed, 4 insertions, 6 deletions
diff --git a/platform/ios/scripts/document.sh b/platform/ios/scripts/document.sh
index b2e8dc4f68..bb1c63dc6c 100755
--- a/platform/ios/scripts/document.sh
+++ b/platform/ios/scripts/document.sh
@@ -45,8 +45,6 @@ jazzy \
--root-url https://docs.mapbox.com/ios/api/maps/${RELEASE_VERSION}/ \
--theme ${THEME} \
--head "${CUSTOM_HEAD}" \
- --output ${OUTPUT}
-
-# https://github.com/realm/jazzy/issues/411
-find ${OUTPUT} -name *.html -exec \
- perl -pi -e 's/BRANDLESS_DOCSET_TITLE/iOS SDK $1/, s/Mapbox\s+(Docs|Reference)/Mapbox Maps SDK for iOS $1/' {} \;
+ --output ${OUTPUT} \
+ --title "Maps SDK for iOS" \
+ --module-version ${SHORT_VERSION}
diff --git a/platform/ios/scripts/install-packaging-dependencies.sh b/platform/ios/scripts/install-packaging-dependencies.sh
index 6f09e0d264..08b1e4278e 100755
--- a/platform/ios/scripts/install-packaging-dependencies.sh
+++ b/platform/ios/scripts/install-packaging-dependencies.sh
@@ -2,7 +2,7 @@
set -euo pipefail
-JAZZY_VERSION="0.9.6"
+JAZZY_VERSION="0.10.0"
function step { >&2 echo -e "\033[1m\033[36m* $@\033[0m"; }
function finish { >&2 echo -en "\033[0m"; }