[PR #107] [MERGED] Update Realm #440

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

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/107
Author: @Econa77
Created: 10/16/2016
Status: Merged
Merged: 10/19/2016
Merged by: @Econa77

Base: masterHead: feature/realm-swift


📝 Commits (5)

📊 Changes

367 files changed (+43413 additions, -17934 deletions)

View changed files

📝 .swiftlint.yml (+1 -0)
📝 Clipy.xcodeproj/project.pbxproj (+4 -25)
📝 Clipy/AppDelegate.swift (+8 -4)
📝 Clipy/Extensions/NSImage+Resize.swift (+2 -2)
Clipy/Extensions/RLMResults+Array.swift (+0 -32)
Clipy/Extensions/Realm+Migration.swift (+55 -0)
📝 Clipy/Extensions/Realm+NoCatch.swift (+4 -4)
Clipy/Libraries/Realm/RLMSupport.swift (+0 -74)
📝 Clipy/Managers/ClipManager.swift (+11 -12)
📝 Clipy/Managers/HistoryManager.swift (+13 -14)
📝 Clipy/Managers/HotKeyManager.swift (+3 -1)
📝 Clipy/Managers/MenuManager.swift (+17 -18)
📝 Clipy/Managers/PasteboardManager.swift (+1 -1)
📝 Clipy/Models/CPYClip.swift (+3 -3)
📝 Clipy/Models/CPYFolder.swift (+33 -28)
📝 Clipy/Models/CPYSnippet.swift (+11 -15)
📝 Clipy/Snippets/CPYSnippetsEditorWindowController.swift (+21 -22)
📝 Clipy/Utility/CPYUtilities.swift (+1 -22)
📝 ClipyTests/FolderSpec.swift (+45 -46)
📝 ClipyTests/SnippetSpec.swift (+11 -13)

...and 80 more files

📄 Description

  • Update RealmObjC to RealmSwift

🔄 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/107 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 10/16/2016 **Status:** ✅ Merged **Merged:** 10/19/2016 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `master` ← **Head:** `feature/realm-swift` --- ### 📝 Commits (5) - [`5bc3923`](https://github.com/Clipy/Clipy/commit/5bc39235df0d43fe505e075ced09b0357121ea2e) Install RealmSwift.framework - [`63f4660`](https://github.com/Clipy/Clipy/commit/63f4660545041b251ec5d90ab08e82e44962703e) Fix lint warning - [`f85c4fc`](https://github.com/Clipy/Clipy/commit/f85c4fcd9683b25dd7c7e554fc8e5c23da178694) [WIP] Update RealmObjC to RealmSwift - [`2e9772c`](https://github.com/Clipy/Clipy/commit/2e9772c1b987129b835a844227554ba407f8698a) Migrate RealmSwift - [`3902259`](https://github.com/Clipy/Clipy/commit/39022592db9292e8927ed81799234515527204a8) Fix lint warning ### 📊 Changes **367 files changed** (+43413 additions, -17934 deletions) <details> <summary>View changed files</summary> 📝 `.swiftlint.yml` (+1 -0) 📝 `Clipy.xcodeproj/project.pbxproj` (+4 -25) 📝 `Clipy/AppDelegate.swift` (+8 -4) 📝 `Clipy/Extensions/NSImage+Resize.swift` (+2 -2) ➖ `Clipy/Extensions/RLMResults+Array.swift` (+0 -32) ➕ `Clipy/Extensions/Realm+Migration.swift` (+55 -0) 📝 `Clipy/Extensions/Realm+NoCatch.swift` (+4 -4) ➖ `Clipy/Libraries/Realm/RLMSupport.swift` (+0 -74) 📝 `Clipy/Managers/ClipManager.swift` (+11 -12) 📝 `Clipy/Managers/HistoryManager.swift` (+13 -14) 📝 `Clipy/Managers/HotKeyManager.swift` (+3 -1) 📝 `Clipy/Managers/MenuManager.swift` (+17 -18) 📝 `Clipy/Managers/PasteboardManager.swift` (+1 -1) 📝 `Clipy/Models/CPYClip.swift` (+3 -3) 📝 `Clipy/Models/CPYFolder.swift` (+33 -28) 📝 `Clipy/Models/CPYSnippet.swift` (+11 -15) 📝 `Clipy/Snippets/CPYSnippetsEditorWindowController.swift` (+21 -22) 📝 `Clipy/Utility/CPYUtilities.swift` (+1 -22) 📝 `ClipyTests/FolderSpec.swift` (+45 -46) 📝 `ClipyTests/SnippetSpec.swift` (+11 -13) _...and 80 more files_ </details> ### 📄 Description - Update RealmObjC to RealmSwift --- <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:24 +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#440
No description provided.