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
60 stars 25 forks source link

Remove iOS armv7 building #39

Closed Berstanio closed 1 year ago

Berstanio commented 1 year ago

armv7 got removed from XCode 14 and it can't be build for through a xcode project. I think this marks the point, where we could remove armv7. Every additional architecture adds build complexity and is a potential liability/breaking point, so I don't think there is a point in supporting a unsupported architecture.

fixes https://github.com/libgdx/gdx-jnigen/issues/30

tommyettinger commented 1 year ago

Nuke it!