Skip to content

Commit 6ed4900

Browse files
committed
Make tests pass on Swift 5.1
1 parent 027cea0 commit 6ed4900

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+208
-251
lines changed

.gitmodules

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
11
[submodule "Carthage/Checkouts/R.swift.Library"]
22
path = Carthage/Checkouts/R.swift.Library
33
url = https://github.com/mac-cain13/R.swift.Library.git
4-
[submodule "Carthage/Checkouts/XLPagerTabStrip"]
5-
path = Carthage/Checkouts/XLPagerTabStrip
6-
url = https://github.com/xmartlabs/XLPagerTabStrip.git
74
[submodule "Carthage/Checkouts/RxSwift"]
85
path = Carthage/Checkouts/RxSwift
96
url = https://github.com/ReactiveX/RxSwift.git
107
[submodule "Carthage/Checkouts/MirrorDiffKit"]
118
path = Carthage/Checkouts/MirrorDiffKit
129
url = https://github.com/Kuniwak/MirrorDiffKit.git
13-
[submodule "Carthage/Checkouts/Unbox"]
14-
path = Carthage/Checkouts/Unbox
15-
url = https://github.com/JohnSundell/Unbox.git
1610
[submodule "Carthage/Checkouts/PromiseKit"]
1711
path = Carthage/Checkouts/PromiseKit
1812
url = https://github.com/mxcl/PromiseKit.git
19-
[submodule "Carthage/Checkouts/KeychainAccess"]
20-
path = Carthage/Checkouts/KeychainAccess
21-
url = https://github.com/kishikawakatsumi/KeychainAccess.git
22-
[submodule "Carthage/Checkouts/Result"]
23-
path = Carthage/Checkouts/Result
24-
url = https://github.com/antitypical/Result.git

Cartfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
github "mac-cain13/R.swift.Library" ~> 4.0.0
2-
github "ReactiveX/RxSwift" "master"
3-
github "Kuniwak/MirrorDiffKit" ~> 2.0.0
4-
github "JohnSundell/Unbox" ~> 2.5.0
5-
github "mxcl/PromiseKit" ~> 4.3.2
6-
github "antitypical/Result" ~> 3.2.4
1+
github "mac-cain13/R.swift.Library"
2+
github "ReactiveX/RxSwift"
3+
github "Kuniwak/MirrorDiffKit"
4+
github "mxcl/PromiseKit"

Cartfile.resolved

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
github "JohnSundell/Unbox" "2.5.0"
2-
github "Kuniwak/MirrorDiffKit" "2.0.0"
3-
github "ReactiveX/RxSwift" "f043778214c8f182018ccdfbf7f440edbe0aecc8"
4-
github "antitypical/Result" "3.2.4"
5-
github "mac-cain13/R.swift.Library" "v4.0.0"
6-
github "mxcl/PromiseKit" "4.5.0"
1+
github "Kuniwak/MirrorDiffKit" "5.0.1"
2+
github "ReactiveX/RxSwift" "5.0.1"
3+
github "mac-cain13/R.swift.Library" "v5.1.0"
4+
github "mxcl/PromiseKit" "6.13.1"

Carthage/Checkouts/KeychainAccess

Lines changed: 0 additions & 1 deletion
This file was deleted.

Carthage/Checkouts/MirrorDiffKit

Submodule MirrorDiffKit updated 58 files

Carthage/Checkouts/PromiseKit

Submodule PromiseKit updated 161 files

Carthage/Checkouts/R.swift.Library

Carthage/Checkouts/Result

Lines changed: 0 additions & 1 deletion
This file was deleted.

Carthage/Checkouts/RxSwift

Submodule RxSwift updated 531 files

Carthage/Checkouts/Unbox

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)