Hacker News new | ask | show | jobs
by hardwaresofton 1352 days ago
Ah yes, using things like XCode and the iOS/MacOS app build toolchain (legally, anyway)
2 comments

iOS/iPadOS, sure. But macOS apps can be written in any language that can compile or run on macOS, and you can cross compile from any OS assuming the compiler is available on that OS (that is, you can cross compile on Windows or Linux for macOS). It's producing and distributing iOS/iPadOS apps that Apple has kept locked down.
Will take this into account, thank you.