summaryrefslogtreecommitdiff
path: root/platform/ios
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2016-09-19 15:43:45 -0400
committerGitHub <noreply@github.com>2016-09-19 15:43:45 -0400
commit23eaf6fb86644f036d8f09e5f8f80a116518bb84 (patch)
tree0fd4dfc4ef23e694f51fcf9f0b0d332f0ebb0ee3 /platform/ios
parentdc1861f6d5391707126a20dbb0272f5bd3522de8 (diff)
downloadqtlocation-mapboxgl-23eaf6fb86644f036d8f09e5f8f80a116518bb84.tar.gz
[ios] Don't specify Swift version for jazzy doc generation (#6377)
Diffstat (limited to 'platform/ios')
-rwxr-xr-xplatform/ios/scripts/document.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/ios/scripts/document.sh b/platform/ios/scripts/document.sh
index a4fd5b98b8..62ec7824fc 100755
--- a/platform/ios/scripts/document.sh
+++ b/platform/ios/scripts/document.sh
@@ -19,8 +19,6 @@ BRANCH=$( git describe --tags --match=ios-v*.*.* --abbrev=0 )
SHORT_VERSION=$( echo ${BRANCH} | sed 's/^ios-v//' )
RELEASE_VERSION=$( echo ${SHORT_VERSION} | sed -e 's/^ios-v//' -e 's/-.*//' )
-SWIFT_VERSION=$(xcrun swift -version | head -n 1 | sed -e 's/^Apple Swift version //' -e 's/ .*$//')
-
rm -rf /tmp/mbgl
mkdir -p /tmp/mbgl/
README=/tmp/mbgl/README.md
@@ -37,7 +35,6 @@ cp platform/ios/screenshot.png "${OUTPUT}"
jazzy \
--config platform/ios/jazzy.yml \
--sdk iphonesimulator \
- --swift-version $SWIFT_VERSION \
--github-file-prefix https://github.com/mapbox/mapbox-gl-native/tree/${BRANCH} \
--module-version ${SHORT_VERSION} \
--readme ${README} \