Dead simple webpage to edit any iOS app in runtime:
Work in progress.
- install node
- clone this repository
- run
npm install
to install all the project's dependancies
- run
gulp
in your command line. - open your browser at http://localhost:5000
In order too see anything in the browser (after you run it) you need an iOS native app that communicates with the server. By default, an iOS app with BetterContent installed communicates with the public server instance. If you want to run the native app against your local server,
edit the server host in your xcode project by editing BTCConstants.h
This repository contains the code for:
- The server coordinating between an iOS BetterContent enabled application to the BetterContent web application. (Communication is done via einaros/ws WebSockets implementation.)
- The BetterContent web application.
heroku create
git push heroku master
heroku open
- Support text areas (refactor UIView handling)
- Support multiple dimension iOS (iPads, iPhone5, iPhone6)
- Create an Heroku template for easy cloning.
- Add all licenses of used libraries: bootstrap, node, jade, gulp, websockets (ws)
Copyright (c) 2014-2015 Benny Weingarten-Gabbay.
MIT License. See LICENSE for details.