iOS platform plugin for GlistEngine. It provides the iOS windowing, app lifecycle and prebuilt dependencies (assimp, freetype, curl, openssl) needed to build a GlistEngine app for iOS.
Clone this plugin under glist/glistplugins, next to the engine:
glist/GlistEngineglist/glistplugins/gipIOSglist/myglistapps/GlistApp
That's all, GlistEngine adds gipIOS automatically for iOS builds, so you don't need to list it in PLUGINS.
The plugin also ships a prebuilt host copy of the engine's ShaderToHeader tool in tools/, which the app's CMakeLists.txt uses so shader headers can be generated while cross-compiling for iOS.
iOS builds are driven from the app project, not from this plugin. See GlistApp's _apple/README.md for the build, signing and troubleshooting steps.