diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-16 14:24:22 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-16 14:24:22 +0100 |
commit | 38f8fb8288b819d0fcd0c68d5e40988dd00f5dfe (patch) | |
tree | e80df70fffb63270267e337b23edf4b23aa4e109 | |
parent | cb0c5cb117ace62197d2f926ed91bd1a2aff164a (diff) |
update readme to reflect project changes
-rw-r--r-- | README | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -11,22 +11,23 @@ The FixMyStreet mobile app uses PhoneGap and has versions for Android and iOS. Running ------- -To get it up and running you will need to create a config.js file in www/js/ based -on the www/js/config-example.js file. This has configuration for which FMS instance +To get it up and running you will need to create a config.js file in src/js/ based +on the src/js/config-example.js file. This has configuration for which FMS instance to use etc. You should then be able to build and run it like any other PhoneGap project. -The app works out which version of the PhoneGap JavaScript file to use and loads -it dynamically - see www/cordova-independant.js for details. +The platform specific cordova.js files are inside the projects and then the src directory +is included inside the www folders for each platform. On Android this is done with a +symbolic link, on iOS by a build script. Basic structure --------------- Android - android project iPhone - iOS version -www - JS, HTML, CSS and image files +src - JS, HTML, CSS and image files -www Stucture +src Stucture ------------ css - css files js - project javascript files |