Skip to content

Conversation

@jsattler
Copy link
Owner

@jsattler jsattler commented Feb 8, 2026

Summary

  • Lower MACOSX_DEPLOYMENT_TARGET from 26.0 to 15.0 in all build configurations
  • Update AGENTS.md to reflect correct target platform (macOS 15.0, not iOS 26.0)

Details

The app was previously built with a deployment target of macOS 26.0, which prevented users on macOS 15 (Sequoia) from installing it. This PR changes the deployment target to 15.0.

Why this works:

  • CI workflows continue to use macos-26 runners with Xcode 26 (required for Icon Composer support)
  • The compiled binary is now compatible with macOS 15+ since the deployment target defines minimum OS compatibility
  • No macOS 26-only APIs are used in the codebase

Closes #61

Change MACOSX_DEPLOYMENT_TARGET from 26.0 to 15.0 to allow
installation on macOS 15 (Sequoia). The app is still built on
macOS 26 runners to support Icon Composer, but the compiled
binary is now compatible with macOS 15+.

Closes #61
@jsattler jsattler linked an issue Feb 8, 2026 that may be closed by this pull request
@jsattler jsattler merged commit ef3b9f1 into main Feb 8, 2026
2 checks passed
@jsattler jsattler deleted the 61-unable-to-install-of-macos-15-sequoia branch February 8, 2026 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to install of macOS 15 (Sequoia)

1 participant