Skip to content
This repository was archived by the owner on May 13, 2020. It is now read-only.

Commit fe1ac90

Browse files
committed
Bump to RxSwift 4.3
1 parent a23b1b1 commit fe1ac90

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" "4.2.0"
1+
github "ReactiveX/RxSwift" "4.3.0"

RxReduceDemo/Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
github "twittemb/RxReduce" "develop"
2-
github "ReactiveX/RxSwift" ~> 4.0
2+
github "ReactiveX/RxSwift" ~> 4.3
33
github "AliSoftware/Reusable"
44
github "Alamofire/Alamofire"
55
github "Alamofire/AlamofireImage"

RxReduceDemo/Cartfile.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
github "Alamofire/Alamofire" "4.7.3"
2-
github "Alamofire/AlamofireImage" "3.3.1"
2+
github "Alamofire/AlamofireImage" "3.4.1"
33
github "AliSoftware/Reusable" "4.0.3"
4-
github "ReactiveX/RxSwift" "4.2.0"
5-
github "twittemb/RxReduce" "ca4002cc0af093b250d150f127b744cdac8ec30f"
4+
github "ReactiveX/RxSwift" "4.3.0"
5+
github "twittemb/RxReduce" "a23b1b15efe28660145072f2283cc3846a48018c"

RxReduceDemo/RxReduceDemo.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@
426426
SDKROOT = iphoneos;
427427
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
428428
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
429+
SWIFT_VERSION = 4.2;
429430
};
430431
name = Debug;
431432
};
@@ -479,6 +480,7 @@
479480
SDKROOT = iphoneos;
480481
SWIFT_COMPILATION_MODE = wholemodule;
481482
SWIFT_OPTIMIZATION_LEVEL = "-O";
483+
SWIFT_VERSION = 4.2;
482484
VALIDATE_PRODUCT = YES;
483485
};
484486
name = Release;

0 commit comments

Comments
 (0)