[PR #141] [MERGED] Update dependency libraries #460

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

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/141
Author: @Econa77
Created: 11/22/2016
Status: Merged
Merged: 11/22/2016
Merged by: @Econa77

Base: release/v1.2.0Head: feature/update-library


📝 Commits (1)

  • 44e10fd ⬆️ Update dependency libraries

📊 Changes

104 files changed (+5735 additions, -4096 deletions)

View changed files

📝 Podfile.lock (+9 -9)
📝 Pods/Manifest.lock (+9 -9)
📝 Pods/Pods.xcodeproj/project.pbxproj (+2009 -1989)
📝 Pods/Quick/README.md (+16 -0)
📝 Pods/Quick/Sources/Quick/Callsite.swift (+1 -1)
📝 Pods/Quick/Sources/Quick/Configuration/Configuration.swift (+2 -2)
📝 Pods/Quick/Sources/Quick/Example.swift (+2 -2)
📝 Pods/Quick/Sources/Quick/ExampleGroup.swift (+1 -1)
📝 Pods/Quick/Sources/Quick/Hooks/ExampleHooks.swift (+1 -1)
📝 Pods/Quick/Sources/Quick/QuickSelectedTestSuiteBuilder.swift (+2 -1)
Pods/Quick/Sources/Quick/String+FileName.swift (+0 -12)
Pods/Quick/Sources/Quick/URL+FileName.swift (+12 -0)
📝 Pods/Quick/Sources/Quick/World.swift (+4 -4)
📝 Pods/Realm/README.md (+2 -1)
📝 Pods/Realm/Realm/ObjectStore/src/collection_notifications.cpp (+5 -0)
📝 Pods/Realm/Realm/ObjectStore/src/impl/collection_notifier.cpp (+168 -40)
📝 Pods/Realm/Realm/ObjectStore/src/impl/realm_coordinator.cpp (+147 -61)
📝 Pods/Realm/Realm/ObjectStore/src/impl/results_notifier.cpp (+4 -8)
📝 Pods/Realm/Realm/ObjectStore/src/impl/transact_log_handler.cpp (+42 -13)
📝 Pods/Realm/Realm/ObjectStore/src/results.cpp (+6 -5)

...and 80 more files

📄 Description

Update Realm, RealmSwift, Quick frameworks


🔄 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/141 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 11/22/2016 **Status:** ✅ Merged **Merged:** 11/22/2016 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `release/v1.2.0` ← **Head:** `feature/update-library` --- ### 📝 Commits (1) - [`44e10fd`](https://github.com/Clipy/Clipy/commit/44e10fdb7f479ab086dc5380c158f87b258e81e8) :arrow_up: Update dependency libraries ### 📊 Changes **104 files changed** (+5735 additions, -4096 deletions) <details> <summary>View changed files</summary> 📝 `Podfile.lock` (+9 -9) 📝 `Pods/Manifest.lock` (+9 -9) 📝 `Pods/Pods.xcodeproj/project.pbxproj` (+2009 -1989) 📝 `Pods/Quick/README.md` (+16 -0) 📝 `Pods/Quick/Sources/Quick/Callsite.swift` (+1 -1) 📝 `Pods/Quick/Sources/Quick/Configuration/Configuration.swift` (+2 -2) 📝 `Pods/Quick/Sources/Quick/Example.swift` (+2 -2) 📝 `Pods/Quick/Sources/Quick/ExampleGroup.swift` (+1 -1) 📝 `Pods/Quick/Sources/Quick/Hooks/ExampleHooks.swift` (+1 -1) 📝 `Pods/Quick/Sources/Quick/QuickSelectedTestSuiteBuilder.swift` (+2 -1) ➖ `Pods/Quick/Sources/Quick/String+FileName.swift` (+0 -12) ➕ `Pods/Quick/Sources/Quick/URL+FileName.swift` (+12 -0) 📝 `Pods/Quick/Sources/Quick/World.swift` (+4 -4) 📝 `Pods/Realm/README.md` (+2 -1) 📝 `Pods/Realm/Realm/ObjectStore/src/collection_notifications.cpp` (+5 -0) 📝 `Pods/Realm/Realm/ObjectStore/src/impl/collection_notifier.cpp` (+168 -40) 📝 `Pods/Realm/Realm/ObjectStore/src/impl/realm_coordinator.cpp` (+147 -61) 📝 `Pods/Realm/Realm/ObjectStore/src/impl/results_notifier.cpp` (+4 -8) 📝 `Pods/Realm/Realm/ObjectStore/src/impl/transact_log_handler.cpp` (+42 -13) 📝 `Pods/Realm/Realm/ObjectStore/src/results.cpp` (+6 -5) _...and 80 more files_ </details> ### 📄 Description Update Realm, RealmSwift, Quick frameworks --- <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:30 +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#460
No description provided.