Comment Re:Needs an official Linux boot camp (Score 1) 59
I wrote a compiler for an ObjC-like language (with less brackets), which can produce binaries for any of {Mac, Windows, Linux, WASM, Arm A9 (Zynq), m68k or 6502} running on any of {Mac, Windows, Linux}. So you can produce a dev-signed Mac binary on a Linux box. I’m just going through extending that output range to mobile {Android, iOS} and I’ll release it as open source.
The compiler docs for the language (xc) are at https://compile-xc.org/ - feel free to browse.
I didn’t think getting the signing working for Mac/iOS was terribly hard.