AlloyTools / org.alloytools.alloy

Alloy is a language for describing structures and a tool for exploring them. It has been used in a wide range of applications from finding holes in security mechanisms to designing telephone switching networks. This repository contains the code for the tool.
Other
695 stars 124 forks source link

For MacOS, also build a .dmg for M1 processors #172

Open sfre-coop opened 2 years ago

sfre-coop commented 2 years ago

The current release provides a .dmg installer that includes a an x86 JVM. This will work on M1 Macs via Rosetta, but is an extra level of indirection and drag. Now that there are multiple JDK builds for the M1, please consider also generating an appropriate .dmg package.