summaryrefslogtreecommitdiff
path: root/platform/ios/scripts
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-01-12 07:24:53 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-01-12 07:24:53 -0800
commit101a439b1dc204d6f828962f68ca1ee1ef24518b (patch)
treebf8ca18325e2cf4dbf75308fc2bc178e935c2a91 /platform/ios/scripts
parent9379aeac1cffe68098a0660819ee019092814051 (diff)
downloadqtlocation-mapboxgl-101a439b1dc204d6f828962f68ca1ee1ef24518b.tar.gz
[ios] Always run jazzy against iOS Simulator
Fixes #3521.
Diffstat (limited to 'platform/ios/scripts')
-rwxr-xr-xplatform/ios/scripts/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/scripts/package.sh b/platform/ios/scripts/package.sh
index 254eae3aeb..5d238fcc63 100755
--- a/platform/ios/scripts/package.sh
+++ b/platform/ios/scripts/package.sh
@@ -141,7 +141,7 @@ cat CHANGELOG.md | sed -n "/^## iOS ${DOCS_VERSION}/,/^##/p" | sed '$d' >> ${REA
cp ${README} "${OUTPUT}"
jazzy \
- --sdk ${SDK} \
+ --sdk iphonesimulator \
--github-file-prefix https://github.com/mapbox/mapbox-gl-native/tree/${HASH} \
--module-version ${DOCS_VERSION} \
--readme ${README} \