summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-07-11 13:48:26 -0700
committerJason Wray <jason@mapbox.com>2019-07-11 13:48:26 -0700
commit8bbb4fd26e3171f8b539d4ee36d0165cbd4b4fbf (patch)
tree0f427e8403e443e20a8687962801e1f5ef72d304
parent64ba6aee5e8a96f088547496d8642ac394d69e02 (diff)
downloadqtlocation-mapboxgl-8bbb4fd26e3171f8b539d4ee36d0165cbd4b4fbf.tar.gz
[ios, build] Add IOS_13 simulator make flag
-rw-r--r--Makefile5
-rw-r--r--circle.yml2
2 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5a127471c9..63b6c4edbd 100644
--- a/Makefile
+++ b/Makefile
@@ -231,6 +231,11 @@ ifdef IOS_LATEST
-destination 'platform=iOS Simulator,OS=latest,name=iPad Pro (11-inch)'
endif
+ifdef IOS_13
+ IOS_XCODEBUILD_SIM += \
+ -destination 'platform=iOS Simulator,OS=13.0,name=iPhone 8'
+endif
+
ifdef IOS_11
IOS_XCODEBUILD_SIM += \
-destination 'platform=iOS Simulator,OS=11.4,name=iPhone 7' \
diff --git a/circle.yml b/circle.yml
index 5d28bc8c8d..a05754e2fd 100644
--- a/circle.yml
+++ b/circle.yml
@@ -980,6 +980,7 @@ jobs:
BUILDTYPE: Debug
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
+ IOS_13: YES
steps:
- install-macos-dependencies
- install-dependencies
@@ -1086,6 +1087,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
SLACK_CHANNEL: C0ACM9Q2C
+ IOS_13: YES
steps:
- install-macos-dependencies
- install-dependencies