breautek commented on issue #1286: URL: https://github.com/apache/cordova-ios/issues/1286#issuecomment-1423394630
I do not think this is feasible. Cordova heavily depends on `xcodebuild` and other xcode command line tools for one, which is simply not available on platforms outside of Macs. And while some could create a cross toolchain using something like `cctools` to get `AppleClang` and the iOS SDK and build on non-macs (and I've done this for educational reasons), it is legally questionable if that is even allowed by Apple terms. It's also not explicitly supported by Apple. If Apple wants to support build systems on non macs, they would provide the tools to do so. So I'd have to give a :-1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
