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

Commit

Permalink
project: bump demo app dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Wittemberg committed Apr 24, 2019
1 parent 8d45d05 commit e67b339
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion RxReduceDemo/Cartfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "twittemb/RxReduce" "develop"
github "ReactiveX/RxSwift" ~> 4.3
github "ReactiveX/RxSwift" == 4.5.0
github "AliSoftware/Reusable"
github "Alamofire/Alamofire"
github "Alamofire/AlamofireImage"
10 changes: 5 additions & 5 deletions RxReduceDemo/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "Alamofire/Alamofire" "4.7.3"
github "Alamofire/AlamofireImage" "3.4.1"
github "AliSoftware/Reusable" "4.0.3"
github "ReactiveX/RxSwift" "4.3.0"
github "twittemb/RxReduce" "a23b1b15efe28660145072f2283cc3846a48018c"
github "Alamofire/Alamofire" "4.8.2"
github "Alamofire/AlamofireImage" "3.5.2"
github "AliSoftware/Reusable" "4.0.5"
github "ReactiveX/RxSwift" "4.5.0"
github "twittemb/RxReduce" "8d45d0579936d0052f705cf1d29a552e9c0ad5fa"
6 changes: 3 additions & 3 deletions RxReduceDemo/RxReduceDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
TargetAttributes = {
4A3BB47F20939F9000B1E37F = {
CreatedOnToolsVersion = 9.3;
LastSwiftMigration = 1000;
LastSwiftMigration = 1020;
};
};
};
Expand Down Expand Up @@ -502,7 +502,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = io.warpfactor.RxReduceDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -524,7 +524,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = io.warpfactor.RxReduceDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down

0 comments on commit e67b339

Please sign in to comment.