Skip to content

Commit a800e14

Browse files
committed
update for RxSwift 6.0
1 parent 3be6b3b commit a800e14

File tree

252 files changed

+7344
-7008
lines changed

Some content is hidden

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

252 files changed

+7344
-7008
lines changed

Example/Podfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ PODS:
22
- IGListDiffKit (4.0.0)
33
- IGListKit (4.0.0):
44
- IGListDiffKit (= 4.0.0)
5-
- RxCocoa (5.1.1):
6-
- RxRelay (~> 5)
7-
- RxSwift (~> 5)
5+
- RxCocoa (6.0.0):
6+
- RxRelay (= 6.0.0)
7+
- RxSwift (= 6.0.0)
88
- RxIGListKit (2.0.1):
99
- IGListKit (~> 4.0.0)
10-
- RxCocoa (~> 5.0)
11-
- RxRelay (5.1.1):
12-
- RxSwift (~> 5)
13-
- RxSwift (5.1.1)
10+
- RxCocoa (~> 6.0)
11+
- RxRelay (6.0.0):
12+
- RxSwift (= 6.0.0)
13+
- RxSwift (6.0.0)
1414

1515
DEPENDENCIES:
1616
- RxIGListKit (from `../`)
@@ -30,10 +30,10 @@ EXTERNAL SOURCES:
3030
SPEC CHECKSUMS:
3131
IGListDiffKit: 665d6cf43ce726e676013db9c7d6c4294259b6b2
3232
IGListKit: fd5a5d21935298f5849fa49d426843cff97b77c7
33-
RxCocoa: 32065309a38d29b5b0db858819b5bf9ef038b601
34-
RxIGListKit: ff1a7e83e98bedb3aa1546744f96b8ffaa4fd222
35-
RxRelay: d77f7d771495f43c556cbc43eebd1bb54d01e8e9
36-
RxSwift: 81470a2074fa8780320ea5fe4102807cb7118178
33+
RxCocoa: 3f79328fafa3645b34600f37c31e64c73ae3a80e
34+
RxIGListKit: a778687a9b931081b7a686c0cd21cfa43e66cdc2
35+
RxRelay: 8d593be109c06ea850df027351beba614b012ffb
36+
RxSwift: c14e798c59b9f6e9a2df8fd235602e85cc044295
3737

3838
PODFILE CHECKSUM: 2f55325866dc3334483180691ade683b2d17a20f
3939

Example/Pods/Local Podspecs/RxIGListKit.podspec.json

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/Manifest.lock

Lines changed: 11 additions & 11 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: 1838 additions & 1856 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/RxCocoa/LICENSE.md

Lines changed: 2 additions & 2 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: 2 additions & 2 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 & 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/PriorityQueue.swift

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

0 commit comments

Comments
 (0)