App requires macOS 15.7 but description states "Requires macOS 15 Sequoia or later"
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
- Domain
- desktop-dev, operating-systems
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from f/textream
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 3/5 1-2 days Newbie friendliness 55/100
-
produccion Open
Difficulty 5/5 Over a week Newbie friendliness 5/100
-
Difficulty 3/5 1-2 days Newbie friendliness 62/100
Similar issues
-
type: docs
Difficulty 1/5 Under an hour Newbie friendliness 95/100
googleapis/google-cloud-swift#971 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
bitcoindevkit/bdk-ffi#1125 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
mozilla-mobile/firefox-ios#35743 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
manaflow-ai/cmux#13417 ·
-
triage
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
ionic-team/capacitor#8616 ·