diff --git a/scripts/common.sh b/scripts/common.sh index 30898a44..42924885 100755 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -30,7 +30,7 @@ if [ "${IS_LOCAL}" -eq 1 ]; then IOS7_SIMULATORS="RxSwiftTest-iPhone4s-iOS_7.1 RxSwiftTest-iPhone5-iOS_7.1 RxSwiftTest-iPhone5s-iOS_7.1" IOS8_SIMULATORS="RxSwiftTest-iPhone4s-iOS_8.4 RxSwiftTest-iPhone5-iOS_8.4 RxSwiftTest-iPhone5s-iOS_8.4 RxSwiftTest-iPhone6-iOS_8.4 RxSwiftTest-iPhone6Plus-iOS_8.4" #IOS9_SIMULATORS="RxSwiftTest-iPhone4s-iOS_9.0 RxSwiftTest-iPhone5-iOS_9.0 RxSwiftTest-iPhone5s-iOS_9.0 RxSwiftTest-iPhone6-iOS_9.0 RxSwiftTest-iPhone6Plus-iOS_9.0" -IOS9_SIMULATORS="cRxSwiftTest-iPhone6-iOS_9.0" +IOS9_SIMULATORS="RxSwiftTest-iPhone6-iOS_9.0" else IOS7_SIMULATORS="RxSwiftTest-iPhone4s-iOS_7.1" IOS8_SIMULATORS="RxSwiftTest-iPhone4s-iOS_8.4" diff --git a/scripts/pre-release-tests.sh b/scripts/pre-release-tests.sh index 1c15eaac..bcc79241 100755 --- a/scripts/pre-release-tests.sh +++ b/scripts/pre-release-tests.sh @@ -1,4 +1,3 @@ -. scripts/common.sh IS_LOCAL=0 if [ "$#" -eq 1 ]; then @@ -27,6 +26,8 @@ else fi fi +ISLOCAL="${IS_LOCAL}" . scripts/common.sh + #make sure all iOS tests pass for configuration in "Debug" "Release-Tests" "Release" do