From c1796cb592cb57fe9c5f2a8b87bb3d921cf376e6 Mon Sep 17 00:00:00 2001 From: Samuel Kimama Date: Fri, 19 Jun 2026 11:32:34 -0700 Subject: [PATCH 1/2] build: produce universal binary for Apple Silicon and Intel Add ARCHS and ONLY_ACTIVE_ARCH flags to xcodebuild archive so CI produces a universal (arm64 + x86_64) binary on Apple Silicon runners. Update README to reflect Intel Mac support. --- .github/workflows/release.yml | 2 ++ README.md | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e12adb1..8504278 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,6 +64,8 @@ jobs: -configuration Release \ -destination "generic/platform=macOS" \ -archivePath "build/SpreadPaper.xcarchive" \ + ARCHS="arm64 x86_64" \ + ONLY_ACTIVE_ARCH=NO \ CODE_SIGN_IDENTITY="-" \ CODE_SIGNING_REQUIRED=NO \ CODE_SIGNING_ALLOWED=NO diff --git a/README.md b/README.md index 2d63dc9..f8759c2 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![macOS](https://img.shields.io/badge/macOS-15.0%20Sequoia+-blue.svg)](https://www.apple.com/macos/sequoia/) + [![Apple Silicon + Intel](https://img.shields.io/badge/Apple%20Silicon%20%2B%20Intel-Universal-blue.svg)](https://github.com/spreadpaper/SpreadPaper) [![GitHub release](https://img.shields.io/github/v/release/spreadpaper/SpreadPaper)](https://github.com/spreadpaper/SpreadPaper/releases/latest) **Free • Open Source • Native macOS App** @@ -93,11 +94,9 @@ Because SpreadPaper is a free, open-source project and not signed with a paid Ap ## Requirements - macOS 15.0 (Sequoia) or later -- Apple Silicon Mac +- Apple Silicon **or** Intel Mac (universal binary) - Multiple monitors (recommended, but works with single displays too) -> **Note:** This project is compiled for and tested on macOS Sequoia (15.0+) with Apple Silicon. If you are using an older macOS version or Intel Mac and would like support, please [open a feature request](https://github.com/spreadpaper/SpreadPaper/issues). - ## Building from Source ```bash From 8e9e3ca3db7daf7306fb098c0a0a9e0c12aea5c0 Mon Sep 17 00:00:00 2001 From: Samuel Kimama Date: Fri, 19 Jun 2026 11:55:18 -0700 Subject: [PATCH 2/2] docs: update website to reflect Intel Mac support --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 2978405..7bb43ce 100644 --- a/index.html +++ b/index.html @@ -134,7 +134,7 @@

macOS
-
Apple Silicon
+
Universal Binary
Open Source
MIT License
@@ -354,8 +354,8 @@

macOS 15.0+ (Sequoia)

-

Apple Silicon

-

M1, M2, M3, or newer

+

Apple Silicon or Intel

+

Any Mac running macOS 15+