summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2018-10-24 21:18:53 +0800
committerjmkiley <jordan.kiley@mapbox.com>2018-10-24 21:18:53 +0800
commitfa9fc24234c54d2a2693ab092c5f2d2e53d9b4a5 (patch)
treeb54bca9677048236e7a39cc2bf59fb0e3f5da89a
parent41aba1954e8885369fdc8248f74a891d89af7869 (diff)
downloadqtlocation-mapboxgl-fa9fc24234c54d2a2693ab092c5f2d2e53d9b4a5.tar.gz
[ios] cleaned up comments
-rwxr-xr-xplatform/ios/scripts/publish.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/ios/scripts/publish.sh b/platform/ios/scripts/publish.sh
index c5901862e8..50a8ec2df0 100755
--- a/platform/ios/scripts/publish.sh
+++ b/platform/ios/scripts/publish.sh
@@ -9,9 +9,6 @@ function finish { >&2 echo -en "\033[0m"; }
trap finish EXIT
#
-# Update the PUBLISH_VERSION manually when releasing a new iOS 8 compatible SDK.
-# In the case of symbolicated builds, we also append the `-symbols`.
-#
# zip
#
cd build/ios/pkg
@@ -37,6 +34,7 @@ if [ -n "${CI:-}" ]; then
fi
step "Uploading ${ZIP} to s3…"
+
# Since this build is primarily for .CN customers, it will be hosted on .cn.
aws s3 cp ../${ZIP} s3://binary.mapbox.cn/mapbox-china-plugin/ios/builds/maps-sdk/ --acl public-read ${PROGRESS}