Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase mas's minimum supported macOS version from 10.13 to 10.15 or newer #612

Open
rgoldberg opened this issue Oct 27, 2024 · 0 comments
Labels
🧽 chore Administrative task: documentation, build, test, release, git, etc. 📚 dependencies Update dependencies 💬 team discussion

Comments

@rgoldberg
Copy link
Contributor

rgoldberg commented Oct 27, 2024

Increase mas's minimum supported macOS version from 10.13 to 10.15 or newer.

This should be done only on the release of a major version.

The user base on macOS 10.13 & 10.14 is probably small.

The benefits of which I'm aware of increasing the minimum macOS version for running mas are (by minimum version):

  • 10.15
    • Swift Concurrency
    • swift-testing
    • Nimble 11+ (currently 13.x)
    • Quick 6+ (currently 7.x)
    • NSWorkspace.openApplication(…)
    • JSONSerialization.WritingOptions.withoutEscapingSlashes
  • 11
    • Logger
  • 12
    • Date.ISO8601Format
    • Date.ISO8601FormatStyle
  • 13
    • Regex & related
    • Locale.Currency
  • 15
    • RangeSet

I know that there are other benefits, I just haven't yet identified them.

@rgoldberg rgoldberg added 🧽 chore Administrative task: documentation, build, test, release, git, etc. 💬 team discussion 📚 dependencies Update dependencies labels Oct 27, 2024
@rgoldberg rgoldberg changed the title Increase mas's minimum supported macOS version from 10.13 to 10.15 or newer. Increase mas's minimum supported macOS version from 10.13 to 10.15 or newer Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧽 chore Administrative task: documentation, build, test, release, git, etc. 📚 dependencies Update dependencies 💬 team discussion
Projects
None yet
Development

No branches or pull requests

1 participant