Skip to content

Commit 6775521

Browse files
committed
set minimum macOS version to 10.13.6
1 parent ef545a5 commit 6775521

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@
703703
shortVersion="${version}"
704704
version="${revision}"
705705
mainClassName="processing.app.BaseSplash"
706-
minimumSystemVersion="10.10.0">
706+
minimumSystemVersion="10.13.6">
707707

708708
<!-- The appbundler task needs a couple files (the Info.plist and
709709
anything else outside /jdk) from the full JDK, even though

build/shared/changes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Several fixes for this round, plus working on the guts quite a bit to prepare for newer/faster/better rendering methods.
66

7+
The minimum system version for macOS (for the PDE and exported applications) is now set to 10.13.6 (the last update of High Sierra). Apple will likely be dropping support for High Sierra in late 2020, so we may make the minimum 10.14.x by the time 4.x ships.
8+
79

810
### Bug Fixes
911

java/application/Info.plist.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<string>@@sketch@@</string>
3939

4040
<key>LSMinimumSystemVersion</key>
41-
<string>10.10.0</string>
41+
<string>10.13.6</string>
4242

4343
<key>NSHighResolutionCapable</key>
4444
<true/>

0 commit comments

Comments
 (0)