[PR #422] [MERGED] Update other dependency libraries #531

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/422
Author: @Econa77
Created: 10/28/2020
Status: Merged
Merged: 10/28/2020
Merged by: @Econa77

Base: developHead: feature/update-libraries


📝 Commits (3)

📊 Changes

385 files changed (+24347 additions, -13152 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+6 -4)
📝 Clipy/Generated/AssetsImages.swift (+79 -130)
📝 Clipy/Generated/Colors.swift (+36 -15)
📝 Clipy/Generated/LocalizedStrings.swift (+23 -7)
📝 Clipy/Sources/Managers/MenuManager.swift (+8 -8)
📝 Clipy/Sources/Models/CPYClipData.swift (+2 -4)
📝 Clipy/Sources/Preferences/CPYPreferencesWindowController.swift (+14 -14)
📝 Clipy/Sources/Services/AccessibilityService.swift (+2 -2)
📝 Clipy/Sources/Services/ClipService.swift (+4 -4)
📝 Clipy/Sources/Services/DataCleanService.swift (+1 -1)
📝 Clipy/Sources/Views/TableViewCell/CPYSnippetsEditorCell.swift (+1 -1)
📝 ClipyTests/HotKeyServiceSpec.swift (+16 -16)
📝 Podfile.lock (+23 -14)
📝 Pods/AEXML/LICENSE (+1 -1)
📝 Pods/AEXML/README.md (+3 -3)
📝 Pods/AEXML/Sources/AEXML/Document.swift (+8 -6)
📝 Pods/AEXML/Sources/AEXML/Element.swift (+56 -43)
📝 Pods/AEXML/Sources/AEXML/Error.swift (+5 -2)
📝 Pods/AEXML/Sources/AEXML/Options.swift (+6 -2)
📝 Pods/AEXML/Sources/AEXML/Parser.swift (+22 -21)

...and 80 more files

📄 Description

Updated

Installing AEXML 4.6.0 (was 4.3.0)
Installing LetsMove 1.25 (was 1.24)
Installing PINCache 3.0.3 (was 2.3)
Installing PINOperation (1.2.1)
Installing Sparkle 1.23.0 (was 1.20.0)
Installing SwiftGen 6.4.0 (was 5.3.0)
Installing SwiftHEXColors 1.4.1 (was 1.1.2)
Installing SwiftLint 0.40.3 (was 0.27.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/422 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 10/28/2020 **Status:** ✅ Merged **Merged:** 10/28/2020 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `develop` ← **Head:** `feature/update-libraries` --- ### 📝 Commits (3) - [`3e54f06`](https://github.com/Clipy/Clipy/commit/3e54f06cf044a0faec937d99d23547a3afa295a7) Update other dependency libraries - [`0dbb4d8`](https://github.com/Clipy/Clipy/commit/0dbb4d8ea3e00b2b74d541aea735ee287207c029) swiftlint - [`7c6b69f`](https://github.com/Clipy/Clipy/commit/7c6b69fbcf55814fc98166240411b8bdaec793d4) Modify SwiftGen recommend settings ### 📊 Changes **385 files changed** (+24347 additions, -13152 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+6 -4) 📝 `Clipy/Generated/AssetsImages.swift` (+79 -130) 📝 `Clipy/Generated/Colors.swift` (+36 -15) 📝 `Clipy/Generated/LocalizedStrings.swift` (+23 -7) 📝 `Clipy/Sources/Managers/MenuManager.swift` (+8 -8) 📝 `Clipy/Sources/Models/CPYClipData.swift` (+2 -4) 📝 `Clipy/Sources/Preferences/CPYPreferencesWindowController.swift` (+14 -14) 📝 `Clipy/Sources/Services/AccessibilityService.swift` (+2 -2) 📝 `Clipy/Sources/Services/ClipService.swift` (+4 -4) 📝 `Clipy/Sources/Services/DataCleanService.swift` (+1 -1) 📝 `Clipy/Sources/Views/TableViewCell/CPYSnippetsEditorCell.swift` (+1 -1) 📝 `ClipyTests/HotKeyServiceSpec.swift` (+16 -16) 📝 `Podfile.lock` (+23 -14) 📝 `Pods/AEXML/LICENSE` (+1 -1) 📝 `Pods/AEXML/README.md` (+3 -3) 📝 `Pods/AEXML/Sources/AEXML/Document.swift` (+8 -6) 📝 `Pods/AEXML/Sources/AEXML/Element.swift` (+56 -43) 📝 `Pods/AEXML/Sources/AEXML/Error.swift` (+5 -2) 📝 `Pods/AEXML/Sources/AEXML/Options.swift` (+6 -2) 📝 `Pods/AEXML/Sources/AEXML/Parser.swift` (+22 -21) _...and 80 more files_ </details> ### 📄 Description ### Updated ``` Installing AEXML 4.6.0 (was 4.3.0) Installing LetsMove 1.25 (was 1.24) Installing PINCache 3.0.3 (was 2.3) Installing PINOperation (1.2.1) Installing Sparkle 1.23.0 (was 1.20.0) Installing SwiftGen 6.4.0 (was 5.3.0) Installing SwiftHEXColors 1.4.1 (was 1.1.2) Installing SwiftLint 0.40.3 (was 0.27.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: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#531
No description provided.