MobiVM / robovm

Ahead of time compiler for JVM bytecode targetting iOS, Mac OSX and Linux
https://mobivm.github.io
967 stars 133 forks source link

* fixed #669: this enables swift support by default with option to disable it #670

Closed dkimitsa closed 2 years ago

dkimitsa commented 2 years ago

as mentioned in #669 its nice to have it enabled to ths compatibility with 2.3.16. same time added option to disable swiftSupport block in case it causes issues, can be turned off with robovm.xml entry:

<config>
    <swiftSupport>
        <enable>false</enable>
    </swiftSupport>
</config>