App requires macOS 15.7 but description states "Requires macOS 15 Sequoia or later"

Open Beginner friendly
#47 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
72/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Quiet
Tech stack
macos, swift

Research direction

Start with the build configuration that sets the packaged app's Info.plist, focusing on LSMinimumSystemVersion. Verify the packaged Textream.app with the shown defaults read command; done means it reports 15.0 and the app is allowed to launch on macOS 15.0+.

Written by the indexing model from the issue text.

Description

macOS version: 15.6 (Sequoia)
App version: 1.5.2 (Textream v1.5.2.dmg)

Issue:
The app description states "Requires macOS 15 Sequoia or later", but the LSMinimumSystemVersion in the app bundle's Info.plist is set to 15.7, causing macOS to block the app with "You can't use this version of the application with this version of macOS."

Verified with:
```
$ defaults read /Volumes/Textream\ 1/Textream.app/Contents/Info.plist LSMinimumSystemVersion
15.7
```

Expected behavior: The app should launch on macOS 15.0+ as described.

Fix: Set LSMinimumSystemVersion to 15.0 in the build configuration before packaging.

Dominant language
Swift
Stars
3.8k
Forks
265
Avg merge
3d 10h
Merged PRs (30d)
6

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from f/textream

All issues in f/textream

Similar issues

More Swift issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.