mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #575] Add Apple Silicon native build support #557
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#557
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/575
Author: @joonsoo2
Created: 12/28/2025
Status: 🔄 Open
Base:
develop← Head:feature/arm-native📝 Commits (3)
0f6849dAdd Apple Silicon native build support2ba2d17Setup Apple Silicon build and auto-release workflow1f58652fix: startup/login item behavior and improve Preferences theme handling📊 Changes
25 files changed (+743 additions, -358 deletions)
View changed files
📝
.gitignore(+3 -0)📝
.swiftlint.yml(+2 -1)📝
Clipy.xcodeproj/project.pbxproj(+19 -12)📝
Clipy.xcodeproj/xcshareddata/xcschemes/Clipy.xcscheme(+12 -16)➕
Clipy/Clipy.entitlements(+14 -0)📝
Clipy/Generated/AssetsImages.swift(+14 -1)📝
Clipy/Generated/Colors.swift(+2 -4)📝
Clipy/Generated/LocalizedStrings.swift(+27 -27)📝
Clipy/Sources/AppDelegate.swift(+48 -7)📝
Clipy/Sources/Constants.swift(+2 -1)📝
Clipy/Sources/Preferences/CPYPreferencesWindowController.swift(+93 -30)📝
Clipy/Sources/Services/ClipService.swift(+1 -1)📝
Clipy/Sources/Services/PasteService.swift(+24 -7)📝
Clipy/Supporting Files/Info.plist(+2 -0)➕
GEMINI.md(+86 -0)📝
Gemfile(+1 -0)📝
Gemfile.lock(+203 -152)📝
Podfile(+28 -2)📝
Podfile.lock(+60 -60)📝
README.md(+6 -0)...and 5 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.