[PR #575] Add Apple Silicon native build support #557

Open
opened 2026-03-03 01:13:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/575
Author: @joonsoo2
Created: 12/28/2025
Status: 🔄 Open

Base: developHead: feature/arm-native


📝 Commits (3)

  • 0f6849d Add Apple Silicon native build support
  • 2ba2d17 Setup Apple Silicon build and auto-release workflow
  • 1f58652 fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Clipy/Clipy/pull/575 **Author:** [@joonsoo2](https://github.com/joonsoo2) **Created:** 12/28/2025 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `feature/arm-native` --- ### 📝 Commits (3) - [`0f6849d`](https://github.com/Clipy/Clipy/commit/0f6849da5e4eddc76fffc5a8ea7f269ec9b7a9cf) Add Apple Silicon native build support - [`2ba2d17`](https://github.com/Clipy/Clipy/commit/2ba2d17d16f6ca33a53cf3d897773a804f11a865) Setup Apple Silicon build and auto-release workflow - [`1f58652`](https://github.com/Clipy/Clipy/commit/1f58652a9ebaebcb100b0d5893d56001a23a06c6) fix: startup/login item behavior and improve Preferences theme handling ### 📊 Changes **25 files changed** (+743 additions, -358 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#557
No description provided.