Convenient download and build scripts for FNA's iOS / tvOS native libraries.
Run ./updatelibs to automatically clone or pull all the fnalibs. It also applies an FNA-specific patch for SDL2.
Run ./buildlibs [ios/ios-sim/tvos/tvos-sim/all] to build all libraries for the selected platform. It will place the resulting archives into a release/ directory.
Run ./buildlibs clean to remove all auto-generated build directories.
Requires git and a recent version of Xcode Command Line Tools.