Open rgoldberg opened 3 weeks ago
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):
NSWorkspace.openApplication(…)
JSONSerialization.WritingOptions.withoutEscapingSlashes
Logger
Date.ISO8601Format
Date.ISO8601FormatStyle
Regex
Locale.Currency
RangeSet
I know that there are other benefits, I just haven't yet identified them.
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):
NSWorkspace.openApplication(…)
JSONSerialization.WritingOptions.withoutEscapingSlashes
Logger
Date.ISO8601Format
Date.ISO8601FormatStyle
Regex
& relatedLocale.Currency
RangeSet
I know that there are other benefits, I just haven't yet identified them.