Skip to content

Commit 72a3fe4

Browse files
authored
Merge pull request arduino#7957 from PaulStoffregen/mac_10.8_required
Java now requires MacOSX 10.8 Mountain Lion or later
2 parents 0acda57 + 8fee5ee commit 72a3fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@
402402
mainclassname="processing.app.Base"
403403
copyright="Arduino LLC"
404404
applicationCategory="public.app-category.education"
405-
minimumsystemversion="10.7"
405+
minimumsystemversion="10.8"
406406
highresolutioncapable="true">
407407

408408
<runtime dir="${MACOSX_BUNDLED_JVM}"/>

0 commit comments

Comments
 (0)