Results 181 comments of Demyan Kimitsa

you should download a zip file without unpacking. safari can handle this case. or you can install plugin from Idea market place

Robovm can generate bc for class. But it means nothing without entire robovm JVM. RoboVm provides better way is Framework target. And native c cpp code can then work with...

robovm does produce LLVM IR code. you can compile it to bitcode. all sources are open source in this repo and you can hack them as you wish.

would getting bundle ID be enough for you ? `NSString *bundleIdentifier = [[NSBundle mainBundle] bundleIdentifier];` There is no need to bother with signature on iOS as there is only one...

Nintendo Switch is TegraX1 cpu, which means it is aarch64. Compile java to that target is almost now available (64bit iOS devices uses it) What you basically need is to...

without having official SDK it is not clear what is available. checked what hackers provided for homebrew and it is not so nice: there is no linux kernel as it...

@electronstudio its is not clear how it was done (and probably it was port of game itself to the platform). as even in leaked stuff there is no such things...

Codesign tool failed, google says that your login keychain might be locked. Unlicking it or rebooting mac should help. If not recheck data you using for signing, like certificate, entitlements

thx, confirmed, will look into it today.

@fgnm there was de-sugaring plugin implemented to handle these cases but there is a bug in it (it was working only during first compilation session) here is a fix proposed...