From 59bb57a0023f090346bf93118e5fa105b2efff77 Mon Sep 17 00:00:00 2001 From: Pieter De Baets Date: Wed, 21 Oct 2015 17:26:21 +0100 Subject: [PATCH] Use latest simulator version --- scripts/objc-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/objc-test.sh b/scripts/objc-test.sh index cacdafb2a..41d73d039 100755 --- a/scripts/objc-test.sh +++ b/scripts/objc-test.sh @@ -28,5 +28,5 @@ node ./packager/packager.js --nonPersistent & SERVER_PID=$! xctool \ -project Examples/UIExplorer/UIExplorer.xcodeproj \ - -scheme UIExplorer -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 5,OS=8.4' \ + -scheme UIExplorer -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 5,OS=9.0' \ test