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

Universal macOS Application #146

Closed micheldebree closed 2 years ago

micheldebree commented 2 years ago

Is your feature request related to a problem? Please describe. Apple has a new processor, M1, with an ARM architecture instead of the previous Intel architecture. Intel binaries will be run on M1 through an emulation layer. Applications can be universal and have an Intel and M1 binary so they can run the best version depending on the machine's architecture.

Describe the solution you'd like Make sure the officially distributed macOS binary is universal; it run natively on Intel and M1 architectures.

Describe alternatives you've considered Do nothing. The build probably produces an Intel binary now, which will transparently run through the emulation layer.

Additional context Add any other context or screenshots about the feature request here.

https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary

micheldebree commented 2 years ago

The build from github is indeed Intel:

lipo -archs SIDFactoryII
x86_64