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

Add basic support for frameworks (iOS). #25

Closed Berstanio closed 2 years ago

Berstanio commented 2 years ago

This would be currently needed to support gradle builds with MetalANGLE as MetalANGLE currently needs to be packed as a framework. https://github.com/libgdx/libgdx/pull/6681

(Sorry for the intendation change, git doesn't allowed me to create a commit with only a intendation change to revert my mistake. I hope it is okay!)

PokeMMO commented 2 years ago

I'm not exactly sure how framworks work in robovm, but this seems simple and clean enough.

Snapshot should build and be deployed once merged, let me know if it works like you expect!

Berstanio commented 2 years ago

Thanks! The snapshot works fine!