mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #416] [MERGED] Build with Xcode11(swift4.1) #525
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#525
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:feature/xcode-11📝 Commits (6)
f61c1e8Update dependency gems9713d1bUpdate dependency libraries6efcd66Update README.md68cf85bAdd tests workflow724cd29Update Fastfile8e7e30fUpdate Magnet.framework📊 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.