From 6ec8b2805db9c88b3a37616a2c1ce82951557e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Thu, 10 Sep 2015 14:44:39 -0700 Subject: Upgraded to iOS Simulator 9.0, KIF 3.3.0 Upgraded the test project. Rolled back part of 69cf6ed3d273fc10e8cea2caef223f4a281388f0 to work around facebook/xctool#528. --- scripts/ios/test.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/ios/test.sh b/scripts/ios/test.sh index 170aa0f64e..60ccc76a9e 100755 --- a/scripts/ios/test.sh +++ b/scripts/ios/test.sh @@ -4,8 +4,11 @@ set -e set -o pipefail set -u -xctool \ +xcodebuild \ -project ./test/ios/ios-tests.xcodeproj \ -scheme 'Mapbox GL Tests' \ - -sdk iphonesimulator8.4 \ - test + -sdk iphonesimulator \ + -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' \ + -destination 'platform=iOS Simulator,name=iPad 2,OS=latest' \ + test \ + | xcpretty -- cgit v1.2.1