From a2943a7466e02d350afd5d8ec2d54d790f691172 Mon Sep 17 00:00:00 2001 From: Ricardo Pramana Suranta Date: Mon, 14 Oct 2019 22:04:52 -0700 Subject: [PATCH] Update run_tests.sh --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 487bd6d..3026def 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -2,5 +2,5 @@ pod install --project-directory=Example xcodebuild \ -workspace Example/CascadingTableDelegate.xcworkspace \ -scheme CascadingTableDelegate-Example \ - -destination 'platform=iOS Simulator,name=iPhone 5s' \ + -destination 'platform=iOS Simulator,name=iPhone 8' \ clean test | xcpretty