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

Fix issue that info.plist file isn't included into final jar #33

Closed Berstanio closed 2 years ago

Berstanio commented 2 years ago

When I added xcframework support I forgot to let jnigen jar task also include the "Info.plist" file. This is the fix for this.