bradhowes / SoundFonts

Powerful polyphonic synthesizer for iOS that relies on sound fonts for generating audio - https://bradhowes.github.io/SoundFonts/
MIT License
76 stars 9 forks source link

Release an Intel version on MAS #6

Closed idnovic closed 1 year ago

idnovic commented 1 year ago

Please release an Intel version for the older mac models.

I would love to use this software on my mac but I do not own a apple silicon mac. Is it doable to release an intel version?

bradhowes commented 1 year ago

Unfortunately, I do not have the time to do this. The support for macOS Catalyst comes pretty much for free, so there was no retooling involved. To migrate to native AppKit would take quite a bit of work. Another approach would be to move to SwiftUI, but that too involves a lot of rework.