libgdx / gdx-jnigen

jnigen is a small library that can be used with or without libGDX which allows C/C++ code to be written inline with Java source code.
Apache License 2.0
59 stars 26 forks source link

Correctly set min iOS version and make it configurable #41

Closed Berstanio closed 1 year ago

Berstanio commented 1 year ago

Currently, the min iOS version is incorrectly set in generated Info.plist files. This seems to lead to apple rejecting apps, so this fix is rather critical.