Skip to content

Commit 594f0cb

Browse files
Fix: testing targets for Xcode 9
1 parent be3c94d commit 594f0cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ XCODE_PROJECT="LayoutExpressions.xcodeproj"
1010

1111
main () {
1212
ios_scheme="LayoutExpressions-iOS"
13-
ios_dest="platform=iOS Simulator,name=iPhone 7,OS=10.3.1"
13+
ios_dest="platform=iOS Simulator,name=iPhone 7,OS=11.0"
1414
ios_sdk="iphonesimulator"
1515
build_and_test "$ios_scheme" "$ios_dest" "$ios_sdk"
1616

1717
tvos_scheme="LayoutExpressions-tvOS"
18-
tvos_dest="platform=tvOS Simulator,name=Apple TV 1080p,OS=10.2"
18+
tvos_dest="platform=tvOS Simulator,name=Apple TV 1080p,OS=11.0"
1919
tvos_sdk="appletvsimulator"
2020
build_and_test "$tvos_scheme" "$tvos_dest" "$tvos_sdk"
2121
}

0 commit comments

Comments
 (0)