Skip to content

Commit 811f1d4

Browse files
committed
fix warnings about RxSwift
1 parent 9680293 commit 811f1d4

File tree

183 files changed

+4952
-3898
lines changed

Some content is hidden

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

183 files changed

+4952
-3898
lines changed

Example/Podfile.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ PODS:
44
- IGListKit/Default (3.4.0):
55
- IGListKit/Diffing
66
- IGListKit/Diffing (3.4.0)
7-
- RxCocoa (4.5.0):
8-
- RxSwift (>= 4.4.2, ~> 4.4)
7+
- RxCocoa (5.0.0):
8+
- RxRelay (~> 5)
9+
- RxSwift (~> 5)
910
- RxIGListKit (0.1.0):
1011
- IGListKit
1112
- RxCocoa
12-
- RxSwift (4.5.0)
13+
- RxRelay (5.0.0):
14+
- RxSwift (~> 5)
15+
- RxSwift (5.0.0)
1316

1417
DEPENDENCIES:
1518
- RxIGListKit (from `../`)
@@ -18,6 +21,7 @@ SPEC REPOS:
1821
https://github.com/cocoapods/specs.git:
1922
- IGListKit
2023
- RxCocoa
24+
- RxRelay
2125
- RxSwift
2226

2327
EXTERNAL SOURCES:
@@ -26,9 +30,10 @@ EXTERNAL SOURCES:
2630

2731
SPEC CHECKSUMS:
2832
IGListKit: 7a5d788e9fb746bcd402baa8e8b24bc3bd2a5a07
29-
RxCocoa: cbf70265dc65a981d4ac982e513c10cf23df24a0
33+
RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8
3034
RxIGListKit: e9b2ceb1e41c2f896b98c626f9fd897a06212a16
31-
RxSwift: f172070dfd1a93d70a9ab97a5a01166206e1c575
35+
RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18
36+
RxSwift: 8b0671caa829a763bbce7271095859121cbd895f
3237

3338
PODFILE CHECKSUM: 865b47b44d9402cd7083dc5229c66985a8abfcb2
3439

Example/Pods/Manifest.lock

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 2028 additions & 1815 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/RxCocoa/Platform/DataStructures/Bag.swift

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/RxCocoa/Platform/DataStructures/InfiniteSequence.swift

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/RxCocoa/Platform/DeprecationWarner.swift

Lines changed: 0 additions & 43 deletions
This file was deleted.

Example/Pods/RxCocoa/Platform/Platform.Linux.swift

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/RxCocoa/README.md

Lines changed: 37 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/RxCocoa/RxCocoa/Common/Binder.swift

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/RxCocoa/RxCocoa/Common/ControlTarget.swift

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)