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 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+