What’s the oldest version of MacOS that Compose Desktop should work with?
k
Kirill Grouchnikov
04/13/2022, 3:59 PM
Skia itself goes back to Yosemite (10.10.5). Then you have Java 11 that supports El Capitan (10.11), and later versions of Java might be bumping that up (like Java 12 needs 10.12 etc).
s
spierce7
04/13/2022, 4:32 PM
can you call packageDmg with 11? For some reason I thought at least 15 was required to package a dmg
t
Thomas
04/13/2022, 4:50 PM
packageDmg uses jpackage, which requires jdk 15 or higher