LeastAuthority / destiny

Destiny – Cross-platform Magic Wormhole graphical client
MIT License
249 stars 14 forks source link

Build macOS with ARM64 #229

Open donpui opened 1 year ago

donpui commented 1 year ago

Current macOS app version builds use x86_64 architecture, which is emulated on ARM64 (M1/M2) chip based computers. This can be changed to use arm natively which should improve performance and avoid using rosetta.

With recent iOS app build, this should not be complicated to adjust for macOS build.