Demyan Kimitsa
Demyan Kimitsa
@dthommes didn't this https://github.com/MobiVM/robovm/pull/308 fix you issue ? why do you use workaround ? as per updating OpenSSL, there is another problem is that runtime is outdated and there are...
the only issue here is set of weak/insecure cipher suite that can be easily removed. also these ciphers are become a problem only when connecting to outdated/compromised servers and a...
#527 delivers Android10 runtime. TLS1.3 is enabled there
@clydebarrow seems like LetsEncrypt issue will not affect RoboVM as we were lucky enough to update root certs with ones from Android 7.1.1 years ago. check https://github.com/MobiVM/robovm/issues/584 for details
short answer -- no. if you check code you will find that isEnableBitcode is never used so this gradle options does nothing. but there is all infrastructure for bitcode to...
bitcode support added in #443
there is more than build is required. proper separation for cocoatouch library has to be added. otherwise it will compile against api that is probably missing in target platform
you are running it on m1 Mac. which is not completely supported. you should run your terminal in rosette2 compatibility mode. meanwhile I [started](https://github.com/dkimitsa/robovm/tree/m1/llvm_support) cross compiling binaries for m1. will...
@chrizel work was postponed for a while (it requires more refactoring than expected). will resume this activity next week
support for m1 proposed in #586 there is also a link to pre-build binaries for testing