Chordian / sidfactory2

SID Factory II is a cross-platform editor for composing music that will work on a Commodore 64. It uses the reSID emulator and is currently in open BETA.
http://blog.chordian.net/sf2/
110 stars 13 forks source link

Build a universal App on macOS #146 #147

Closed micheldebree closed 2 years ago

micheldebree commented 2 years ago

The official macOS distribution is now a universal application, meaning it will run native both on the new M1 (arm_64) and the Intel (x86_64) architecture.

The architecture the application is running on is reflected in the build number in the lower right corner of the startup screen.

I changed the "Development build" in the startup screen to "Build" to make space for the extra architecture identifier.

Fixes #146