You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/05/06 21:29:26 UTC

[12/34] git commit: Add a necessary manual step to README.md

Add a necessary manual step to README.md

Project: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/commit/50f811b1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/tree/50f811b1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/diff/50f811b1

Branch: refs/heads/master
Commit: 50f811b15040444f21f8fb788240102b0c107678
Parents: f52837c
Author: Braden Shepherdson <br...@gmail.com>
Authored: Tue Feb 4 14:12:44 2014 -0500
Committer: Braden Shepherdson <br...@gmail.com>
Committed: Tue Feb 4 14:12:44 2014 -0500

----------------------------------------------------------------------
 README.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-harness/blob/50f811b1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 561d3ea..0fb46e8 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,9 @@ The script is currently quite crude and doesn't build a very nice app bundle. Fo
 
 ## After
 
+- **Patch the `FileUtils.java` file code**: This is a manual step that's necessary in the short term.
+    - This file contains a set of lines calling `this.registerFilesystem`. Beneath the existing ones, add another:
+    - `this.registerFilesystem(new LocalFilesystem("root", cordova, "/"));`
 - Update the app's name, description, author, etc. in `config.xml`. Don't edit the package name or it will break on device.
 - Replace the default Cordova icons with your desired icons. TODO: Put icons for the ADT in this repo and have the script install them.
 - Update the `AndroidManifest.xml`, if applicable, to remove `android:debuggable` before release.