summaryrefslogtreecommitdiff
path: root/scripts/Util.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-04-14 16:20:03 +0200
committerBenoit Foucher <benoit@zeroc.com>2017-04-14 16:20:03 +0200
commit6ab23a47e1177bbc30536956ef585330f00764e3 (patch)
tree369ef3f36c0531931b2383248fc31f0b70394572 /scripts/Util.py
parentFixes to allow testing Xcode SDKs with binary distribution (diff)
downloadice-6ab23a47e1177bbc30536956ef585330f00764e3.tar.bz2
ice-6ab23a47e1177bbc30536956ef585330f00764e3.tar.xz
ice-6ab23a47e1177bbc30536956ef585330f00764e3.zip
Use the 10.3 simulator runtime for testing
Diffstat (limited to 'scripts/Util.py')
-rw-r--r--scripts/Util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py
index 6e10094aea0..d56d3a9725d 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -1900,7 +1900,7 @@ class iOSSimulatorProcessController(RemoteProcessController):
device = "iOSSimulatorProcessController"
deviceID = "com.apple.CoreSimulator.SimDeviceType.iPhone-6"
- runtimeID = "com.apple.CoreSimulator.SimRuntime.iOS-10-2"
+ runtimeID = "com.apple.CoreSimulator.SimRuntime.iOS-10-3"
appPath = "ios/controller/build"
def __init__(self, current):