I need to integrate Defold game into existing iOS application.
Is there are a simple way to generate the Xcode project with bundled game binary or i need to go through Defold Editor sources and figure out how to do it by my self?
Maybe someone already have bash script or instruction to accomplish such a task?
I have the same requirements for the Android.
In general i want to able to bundle project as a binary with assets and then load it from iOS/Android project with GLSurfaceView and MTKView with ability to draw any native UI over.