mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #584] Fix: image clipboard support and modernize for current macOS #561
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#561
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/584
Author: @lucidash
Created: 2/4/2026
Status: 🔄 Open
Base:
develop← Head:fix/modern-macos-compatibility📝 Commits (1)
9ce1ed8Fix image clipboard support and modernize for current macOS📊 Changes
14 files changed (+62 additions, -154 deletions)
View changed files
📝
Clipy.xcodeproj/project.pbxproj(+4 -54)📝
Clipy.xcodeproj/xcshareddata/xcschemes/Clipy.xcscheme(+2 -2)📝
Clipy/Sources/Extensions/NSPasteboard+Deprecated.swift(+22 -0)📝
Clipy/Sources/Models/CPYClipData.swift(+6 -0)📝
Clipy/Sources/Preferences/Base.lproj/CPYPreferencesWindowController.xib(+2 -53)📝
Clipy/Sources/Preferences/CPYPreferencesWindowController.swift(+8 -15)📝
Clipy/Sources/Preferences/de.lproj/CPYPreferencesWindowController.strings(+0 -3)📝
Clipy/Sources/Preferences/it.lproj/CPYPreferencesWindowController.strings(+0 -3)📝
Clipy/Sources/Preferences/ja.lproj/CPYPreferencesWindowController.strings(+0 -3)📝
Clipy/Sources/Preferences/zh-Hans.lproj/CPYPreferencesWindowController.strings(+0 -3)📝
Clipy/Sources/Services/ClipService.swift(+3 -1)📝
Clipy/Sources/Views/DesignableView/CPYDesignableButton.swift(+1 -1)📝
Podfile(+12 -6)📝
Podfile.lock(+2 -10)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.