Skip to content

Commit 2d63fac

Browse files
committed
[Fix] Build script.
1 parent 56e09ab commit 2d63fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ BOLDWHITE="\033[1m\033[37m"
2424
IS_SWIFT_3=`swift --version | grep "Apple Swift version 3.0" | wc -l`
2525

2626
if [ "${IS_SWIFT_3}" -eq 1 ]; then
27-
DEFAULT_IOS_SIMULATOR=RxSwiftTest/iPhone-6/iOS/10.0
28-
DEFAULT_WATCHOS_SIMULATOR=RxSwiftTest/Apple-Watch-38mm/watchOS/3.0
27+
DEFAULT_IOS_SIMULATOR=RxSwiftTest/iPhone-6/iOS/10.1
28+
DEFAULT_WATCHOS_SIMULATOR=RxSwiftTest/Apple-Watch-38mm/watchOS/3.1
2929
DEFAULT_TVOS_SIMULATOR=RxSwiftTest/Apple-TV-1080p/tvOS/10.0
3030
else
3131
DEFAULT_IOS_SIMULATOR=RxSwiftTest/iPhone-6/iOS/9.3

0 commit comments

Comments
 (0)