@treeform I think compiling of the app and the bundling should be separate 
tools/steps. I've been working on wiish as I try to get my own mobile app out: 
[https://github.com/iffy/wiish](https://github.com/iffy/wiish)

It works somewhat well (SDL and webview apps). I'm going to be focusing more on 
webview apps for now (since that's what I'm making). The goal is to be able to 
do:
    
    
    wiish init
    wiish run --ios
    wiish build --target ios
    
    
    Run

And end up with an iOS app. The above works today on my computer, at least :) 
It also somewhat works for Android. There's also a `wiish doctor` tool to help 
you get your computer ready to go.

Reply via email to