We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e09ab commit 2d63facCopy full SHA for 2d63fac
scripts/common.sh
@@ -24,8 +24,8 @@ BOLDWHITE="\033[1m\033[37m"
24
IS_SWIFT_3=`swift --version | grep "Apple Swift version 3.0" | wc -l`
25
26
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
+ DEFAULT_IOS_SIMULATOR=RxSwiftTest/iPhone-6/iOS/10.1
+ DEFAULT_WATCHOS_SIMULATOR=RxSwiftTest/Apple-Watch-38mm/watchOS/3.1
29
DEFAULT_TVOS_SIMULATOR=RxSwiftTest/Apple-TV-1080p/tvOS/10.0
30
else
31
DEFAULT_IOS_SIMULATOR=RxSwiftTest/iPhone-6/iOS/9.3
0 commit comments