[PR #416] [MERGED] Build with Xcode11(swift4.1) #525

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

📋 Pull Request Information

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

Base: developHead: feature/xcode-11


📝 Commits (6)

📊 Changes

534 files changed (+41513 additions, -39151 deletions)

View changed files

.github/workflows/CI.yml (+34 -0)
📝 Clipy.xcodeproj/project.pbxproj (+15 -12)
📝 Clipy/Sources/Models/CPYFolder.swift (+1 -1)
📝 Clipy/Sources/Models/CPYSnippet.swift (+1 -1)
📝 Clipy/Sources/Services/ClipService.swift (+1 -1)
📝 Gemfile (+1 -1)
📝 Gemfile.lock (+165 -113)
📝 Podfile (+1 -2)
📝 Podfile.lock (+19 -18)
Pods/Magnet/Lib/Magnet/BoolExtensions.swift (+15 -0)
📝 Pods/Magnet/Lib/Magnet/HotKey.swift (+14 -8)
📝 Pods/Magnet/Lib/Magnet/HotKeyCenter.swift (+1 -1)
📝 Pods/Magnet/Lib/Magnet/KeyCombo.swift (+1 -1)
📝 Pods/Magnet/Lib/Magnet/KeyTransformer.swift (+2 -2)
📝 Pods/Magnet/README.md (+6 -6)
📝 Pods/Manifest.lock (+19 -18)
📝 Pods/Nimble/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift (+3 -3)
📝 Pods/Nimble/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/CwlCatchException.m (+2 -5)
📝 Pods/Nimble/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include/CwlCatchException.h (+2 -11)
📝 Pods/Nimble/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/CwlMachBadInstructionHandler.m (+32 -29)

...and 80 more files

📄 Description

I'm sorry I stopped development for a long time 🙇 I would like to resume development little by little.

First of all, we will organize it so that Clipy works with the latest development environment and macOS.

Update Pods

Installing Nimble 9.0.0 (was 7.1.3 and source changed to `trunk` from `https://github.com/cocoapods/specs.git`)
Installing Quick 3.0.0 (was 1.3.1 and source changed to `trunk` from `https://github.com/cocoapods/specs.git`)
Installing Realm 5.5.0 (was 3.11.0)
Installing RealmSwift 5.5.0 (was 3.11.0)
Installing Magnet 2.3.1 (was 2.2.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/416 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 10/24/2020 **Status:** ✅ Merged **Merged:** 10/24/2020 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `develop` ← **Head:** `feature/xcode-11` --- ### 📝 Commits (6) - [`f61c1e8`](https://github.com/Clipy/Clipy/commit/f61c1e8ebfd376d37fbbd3c0af289acf34dc073b) Update dependency gems - [`9713d1b`](https://github.com/Clipy/Clipy/commit/9713d1be678c8c8a4e6240149048237491d8b9f2) Update dependency libraries - [`6efcd66`](https://github.com/Clipy/Clipy/commit/6efcd669f997c3373ebc103a8e232b05995a6eb7) Update README.md - [`68cf85b`](https://github.com/Clipy/Clipy/commit/68cf85b5d5db209be0f1158c195705f1daa81e05) Add tests workflow - [`724cd29`](https://github.com/Clipy/Clipy/commit/724cd290fd9fcc87d940f77c11126ed0436eeead) Update Fastfile - [`8e7e30f`](https://github.com/Clipy/Clipy/commit/8e7e30ff90b6c827a784600555d1a32f2c479f62) Update Magnet.framework ### 📊 Changes **534 files changed** (+41513 additions, -39151 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/CI.yml` (+34 -0) 📝 `Clipy.xcodeproj/project.pbxproj` (+15 -12) 📝 `Clipy/Sources/Models/CPYFolder.swift` (+1 -1) 📝 `Clipy/Sources/Models/CPYSnippet.swift` (+1 -1) 📝 `Clipy/Sources/Services/ClipService.swift` (+1 -1) 📝 `Gemfile` (+1 -1) 📝 `Gemfile.lock` (+165 -113) 📝 `Podfile` (+1 -2) 📝 `Podfile.lock` (+19 -18) ➕ `Pods/Magnet/Lib/Magnet/BoolExtensions.swift` (+15 -0) 📝 `Pods/Magnet/Lib/Magnet/HotKey.swift` (+14 -8) 📝 `Pods/Magnet/Lib/Magnet/HotKeyCenter.swift` (+1 -1) 📝 `Pods/Magnet/Lib/Magnet/KeyCombo.swift` (+1 -1) 📝 `Pods/Magnet/Lib/Magnet/KeyTransformer.swift` (+2 -2) 📝 `Pods/Magnet/README.md` (+6 -6) 📝 `Pods/Manifest.lock` (+19 -18) 📝 `Pods/Nimble/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift` (+3 -3) 📝 `Pods/Nimble/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/CwlCatchException.m` (+2 -5) 📝 `Pods/Nimble/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include/CwlCatchException.h` (+2 -11) 📝 `Pods/Nimble/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/CwlMachBadInstructionHandler.m` (+32 -29) _...and 80 more files_ </details> ### 📄 Description I'm sorry I stopped development for a long time 🙇 I would like to resume development little by little. First of all, we will organize it so that Clipy works with the latest development environment and macOS. ### Update Pods ``` Installing Nimble 9.0.0 (was 7.1.3 and source changed to `trunk` from `https://github.com/cocoapods/specs.git`) Installing Quick 3.0.0 (was 1.3.1 and source changed to `trunk` from `https://github.com/cocoapods/specs.git`) Installing Realm 5.5.0 (was 3.11.0) Installing RealmSwift 5.5.0 (was 3.11.0) Installing Magnet 2.3.1 (was 2.2.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:50 +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#525
No description provided.