[PR #421] [MERGED] Update dependency libraries for Reactive Extensions #530

Closed
opened 2026-03-03 01:12:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/421
Author: @Econa77
Created: 10/27/2020
Status: Merged
Merged: 10/27/2020
Merged by: @Econa77

Base: developHead: feature/update-rx


📝 Commits (2)

  • fe28022 Update dependency libraries for Reactive Extensions
  • 0ef850a Fix screenshot observing

📊 Changes

307 files changed (+13433 additions, -8955 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+2 -14)
📝 Clipy/Sources/AppDelegate.swift (+12 -4)
Clipy/Sources/Extensions/Rx/Observable+Void.swift (+0 -40)
📝 Clipy/Sources/Managers/MenuManager.swift (+29 -17)
📝 Clipy/Sources/Services/ClipService.swift (+2 -3)
📝 Clipy/Sources/Services/DataCleanService.swift (+1 -1)
📝 Podfile (+0 -1)
📝 Podfile.lock (+18 -19)
📝 Pods/Manifest.lock (+18 -19)
📝 Pods/Pods.xcodeproj/project.pbxproj (+3518 -3302)
📝 Pods/RxCocoa/Platform/DataStructures/Bag.swift (+10 -12)
📝 Pods/RxCocoa/Platform/DataStructures/InfiniteSequence.swift (+4 -5)
📝 Pods/RxCocoa/Platform/DataStructures/PriorityQueue.swift (+2 -14)
Pods/RxCocoa/Platform/DeprecationWarner.swift (+0 -43)
📝 Pods/RxCocoa/Platform/Platform.Darwin.swift (+2 -32)
📝 Pods/RxCocoa/Platform/Platform.Linux.swift (+2 -75)
📝 Pods/RxCocoa/README.md (+53 -26)
📝 Pods/RxCocoa/RxCocoa/Common/Binder.swift (+6 -6)
📝 Pods/RxCocoa/RxCocoa/Common/ControlTarget.swift (+6 -12)
📝 Pods/RxCocoa/RxCocoa/Common/DelegateProxy.swift (+28 -28)

...and 80 more files

📄 Description

Updated

Installing RxCocoa 5.1.1 (was 4.3.1)
Installing RxRelay (5.1.1)
Installing RxScreeen 2.0.0 (was 1.3.0)
Installing RxSwift 5.1.1 (was 4.3.1)
Installing Screeen 2.0.1 (was 1.2.0)
Removing RxOptional

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Clipy/Clipy/pull/421 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 10/27/2020 **Status:** ✅ Merged **Merged:** 10/27/2020 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `develop` ← **Head:** `feature/update-rx` --- ### 📝 Commits (2) - [`fe28022`](https://github.com/Clipy/Clipy/commit/fe2802250a1581e70a7fee36b47eacec641b829b) Update dependency libraries for Reactive Extensions - [`0ef850a`](https://github.com/Clipy/Clipy/commit/0ef850ad92266ba0c2b13588dfdbe0fdf80c2cce) Fix screenshot observing ### 📊 Changes **307 files changed** (+13433 additions, -8955 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+2 -14) 📝 `Clipy/Sources/AppDelegate.swift` (+12 -4) ➖ `Clipy/Sources/Extensions/Rx/Observable+Void.swift` (+0 -40) 📝 `Clipy/Sources/Managers/MenuManager.swift` (+29 -17) 📝 `Clipy/Sources/Services/ClipService.swift` (+2 -3) 📝 `Clipy/Sources/Services/DataCleanService.swift` (+1 -1) 📝 `Podfile` (+0 -1) 📝 `Podfile.lock` (+18 -19) 📝 `Pods/Manifest.lock` (+18 -19) 📝 `Pods/Pods.xcodeproj/project.pbxproj` (+3518 -3302) 📝 `Pods/RxCocoa/Platform/DataStructures/Bag.swift` (+10 -12) 📝 `Pods/RxCocoa/Platform/DataStructures/InfiniteSequence.swift` (+4 -5) 📝 `Pods/RxCocoa/Platform/DataStructures/PriorityQueue.swift` (+2 -14) ➖ `Pods/RxCocoa/Platform/DeprecationWarner.swift` (+0 -43) 📝 `Pods/RxCocoa/Platform/Platform.Darwin.swift` (+2 -32) 📝 `Pods/RxCocoa/Platform/Platform.Linux.swift` (+2 -75) 📝 `Pods/RxCocoa/README.md` (+53 -26) 📝 `Pods/RxCocoa/RxCocoa/Common/Binder.swift` (+6 -6) 📝 `Pods/RxCocoa/RxCocoa/Common/ControlTarget.swift` (+6 -12) 📝 `Pods/RxCocoa/RxCocoa/Common/DelegateProxy.swift` (+28 -28) _...and 80 more files_ </details> ### 📄 Description ### Updated ``` Installing RxCocoa 5.1.1 (was 4.3.1) Installing RxRelay (5.1.1) Installing RxScreeen 2.0.0 (was 1.3.0) Installing RxSwift 5.1.1 (was 4.3.1) Installing Screeen 2.0.1 (was 1.2.0) Removing RxOptional ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:12:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Clipy#530
No description provided.