Open MarkOtzen opened 1 year ago
Would it be as easy as adding putting this property back with the right property architecture and getting rid of ONLY_ACTIVE_ARCH
? https://github.com/mdonoughe/neko-mac/commit/eab6e05a48a3c757082e0408f8cee2793a543791#diff-f5abe441b9f6082d679ad354cc63002a87e8913c0773a37a2db53562a0573398L354-L357 Probably not because OS X 10.9, the one the project is targeting, predates M1 by about seven years.
This app bundle contains a Mach-O executable with only the amd64 instruction set supported. Since macOS supports "fat binaries", it could be worthwhile to build the release with support for the newer M1/M2 chips.