Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h1 class="text-5xl sm:text-6xl lg:text-7xl font-bold text-gray-900 mb-6 leading
<div class="flex flex-wrap items-center justify-center gap-12 opacity-50">
<!-- Placeholder for company logos -->
<div class="text-2xl font-bold text-gray-300">macOS</div>
<div class="text-2xl font-bold text-gray-300">Apple Silicon</div>
<div class="text-2xl font-bold text-gray-300">Universal Binary</div>
<div class="text-2xl font-bold text-gray-300">Open Source</div>
<div class="text-2xl font-bold text-gray-300">MIT License</div>
</div>
Expand Down Expand Up @@ -354,8 +354,8 @@ <h3 class="font-semibold text-gray-900 mb-1">macOS 15.0+ (Sequoia)</h3>
<div class="bg-white rounded-2xl p-6 border border-gray-200 flex items-start gap-4">
<div class="text-3xl">⚡</div>
<div>
<h3 class="font-semibold text-gray-900 mb-1">Apple Silicon</h3>
<p class="text-sm text-gray-600">M1, M2, M3, or newer</p>
<h3 class="font-semibold text-gray-900 mb-1">Apple Silicon or Intel</h3>
<p class="text-sm text-gray-600">Any Mac running macOS 15+</p>
</div>
</div>

Expand Down