Closed dkimitsa closed 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:
swiftSupport
robovm.xml
<config> <swiftSupport> <enable>false</enable> </swiftSupport> </config>
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 withrobovm.xml
entry: