There was a tweet about Codea Builder. That article was an interesting read not because it was about Codea and Lua, but for the fact that employs an interesting workflow.
Codea App -> Save the project to Dropbox
Dropbox -> has a shared folder on the Desktop
Desktop -> runs Jenkins to monitor this Dropbox folder and run the xCode build
Desktop -> On completion (successfully without errors) the build is send to Testflight
Testflight -> Uploads the app to the device
so essentially, in some time after saving the project, the app is available on the iPad to test as a native app. It also has plug-ins that extend functionality with Codea.
@Ar2rsawseen /
@Atilim, want to create the workflow for Gideros to automate the creation of the app from the source code and then even upload it via testflight for testing. Sounds good.
The Gideros Player is amazingly faster than all of this, but for providing a distributed testing, this workflow might be more important or useful.