diff --git a/run_tests_ios.sh b/run_tests_ios.sh index 350b7f5..8cc0dac 100755 --- a/run_tests_ios.sh +++ b/run_tests_ios.sh @@ -1,3 +1,3 @@ #!/bin/bash -xcodebuild test -project ApprovalTests.Swift.xcodeproj -scheme ApprovalTests_iOS -sdk iphonesimulator -destination "platform=iOS Simulator,OS=latest,name=iPhone 8" +xcodebuild test -project ApprovalTests.Swift.xcodeproj -scheme ApprovalTests_iOS -sdk iphonesimulator -destination "platform=iOS Simulator,OS=latest,name=iPhone 15" diff --git a/runtests.sh b/runtests.sh index 0b8c7ba..0ab0d47 100755 --- a/runtests.sh +++ b/runtests.sh @@ -4,4 +4,4 @@ set -e # exit when any command fails swift build -v xcodebuild test -project ApprovalTests.Swift.xcodeproj -scheme ApprovalTests.Swift -xcodebuild test -project ApprovalTests.Swift.xcodeproj -scheme ApprovalTests_iOS -sdk iphonesimulator -destination "platform=iOS Simulator,OS=latest,name=iPhone 8" +xcodebuild test -project ApprovalTests.Swift.xcodeproj -scheme ApprovalTests_iOS -sdk iphonesimulator -destination "platform=iOS Simulator,OS=latest,name=iPhone 15"