[PR #419] [MERGED] Update dependency libraries for global hotkeys #529

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

📋 Pull Request Information

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

Base: developHead: feature/update-shotrcut-libraries


📝 Commits (1)

  • daf5222 Update dependency libraries for global hotkeys

📊 Changes

49 files changed (+4671 additions, -4463 deletions)

View changed files

📝 Clipy/Sources/Preferences/Panels/CPYShortcutsPreferenceViewController.swift (+1 -15)
📝 Clipy/Sources/Services/HotKeyService.swift (+3 -3)
📝 Clipy/Sources/Snippets/CPYSnippetsEditorWindowController.swift (+5 -6)
📝 ClipyTests/HotKeyServiceSpec.swift (+30 -30)
📝 Podfile (+1 -1)
📝 Podfile.lock (+10 -9)
📝 Pods/KeyHolder/LICENSE (+1 -1)
Pods/KeyHolder/Lib/KeyHolder/ClearButton.swift (+87 -0)
Pods/KeyHolder/Lib/KeyHolder/Extensions/NSColorExtension.swift (+28 -0)
📝 Pods/KeyHolder/Lib/KeyHolder/RecordView.swift (+152 -206)
Pods/KeyHolder/Lib/KeyHolder/Resources/clear-off.png (+0 -0)
Pods/KeyHolder/Lib/KeyHolder/Resources/clear-off@2x.png (+0 -0)
Pods/KeyHolder/Lib/KeyHolder/Resources/clear-on.png (+0 -0)
Pods/KeyHolder/Lib/KeyHolder/Resources/clear-on@2x.png (+0 -0)
Pods/KeyHolder/Lib/KeyHolder/Util.swift (+0 -22)
📝 Pods/KeyHolder/README.md (+17 -20)
📝 Pods/Magnet/LICENSE (+1 -1)
Pods/Magnet/Lib/Magnet/BoolExtensions.swift (+0 -15)
Pods/Magnet/Lib/Magnet/Extensions/CollectionExtension.swift (+17 -0)
Pods/Magnet/Lib/Magnet/Extensions/IntExtension.swift (+36 -0)

...and 29 more files

📄 Description

Updated

Installing KeyHolder 4.0.0 (was 2.1.0)
Installing Magnet 3.2.0 (was 2.3.1)
Installing Sauce 2.1.0 (was 1.0.0)

🔄 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/419 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 10/26/2020 **Status:** ✅ Merged **Merged:** 10/26/2020 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `develop` ← **Head:** `feature/update-shotrcut-libraries` --- ### 📝 Commits (1) - [`daf5222`](https://github.com/Clipy/Clipy/commit/daf5222bcda78d0abcb02f0853082c71b446a2ed) Update dependency libraries for global hotkeys ### 📊 Changes **49 files changed** (+4671 additions, -4463 deletions) <details> <summary>View changed files</summary> 📝 `Clipy/Sources/Preferences/Panels/CPYShortcutsPreferenceViewController.swift` (+1 -15) 📝 `Clipy/Sources/Services/HotKeyService.swift` (+3 -3) 📝 `Clipy/Sources/Snippets/CPYSnippetsEditorWindowController.swift` (+5 -6) 📝 `ClipyTests/HotKeyServiceSpec.swift` (+30 -30) 📝 `Podfile` (+1 -1) 📝 `Podfile.lock` (+10 -9) 📝 `Pods/KeyHolder/LICENSE` (+1 -1) ➕ `Pods/KeyHolder/Lib/KeyHolder/ClearButton.swift` (+87 -0) ➕ `Pods/KeyHolder/Lib/KeyHolder/Extensions/NSColorExtension.swift` (+28 -0) 📝 `Pods/KeyHolder/Lib/KeyHolder/RecordView.swift` (+152 -206) ➖ `Pods/KeyHolder/Lib/KeyHolder/Resources/clear-off.png` (+0 -0) ➖ `Pods/KeyHolder/Lib/KeyHolder/Resources/clear-off@2x.png` (+0 -0) ➖ `Pods/KeyHolder/Lib/KeyHolder/Resources/clear-on.png` (+0 -0) ➖ `Pods/KeyHolder/Lib/KeyHolder/Resources/clear-on@2x.png` (+0 -0) ➖ `Pods/KeyHolder/Lib/KeyHolder/Util.swift` (+0 -22) 📝 `Pods/KeyHolder/README.md` (+17 -20) 📝 `Pods/Magnet/LICENSE` (+1 -1) ➖ `Pods/Magnet/Lib/Magnet/BoolExtensions.swift` (+0 -15) ➕ `Pods/Magnet/Lib/Magnet/Extensions/CollectionExtension.swift` (+17 -0) ➕ `Pods/Magnet/Lib/Magnet/Extensions/IntExtension.swift` (+36 -0) _...and 29 more files_ </details> ### 📄 Description ### Updated ``` Installing KeyHolder 4.0.0 (was 2.1.0) Installing Magnet 3.2.0 (was 2.3.1) Installing Sauce 2.1.0 (was 1.0.0) ``` --- <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:52 +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#529
No description provided.