You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/02/11 00:22:08 UTC

[6/8] git commit: no need to recreate the manifest.webapp file after each `cordova prepare`

no need to recreate the manifest.webapp file after each `cordova prepare`


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/15ac14ea
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/15ac14ea
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/15ac14ea

Branch: refs/heads/master
Commit: 15ac14eacbd1e494b2fc49a271f705355720f57a
Parents: 8d7ad69
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Fri Jan 10 19:04:11 2014 +0100
Committer: Herm Wong <he...@gmail.com>
Committed: Tue Jan 14 12:55:06 2014 -0800

----------------------------------------------------------------------
 doc/index.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/15ac14ea/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index 9375f72..1cb3e09 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -27,10 +27,9 @@ This plugin provides access to some native dialog UI elements.
 
 ### Firefox OS Quirks
 
-Edit generated __platforms/firefoxos/www/manifest.webapp__ and add permissions field as 
-described in [Manifest Docs](https://developer.mozilla.org/en-US/Apps/Developing/Manifest#permissions).
-__WARNING__: There is currently a need to repeat this step every time the code 
-is prepared
+Create __www/manifest.webapp__ as described in 
+[Manifest Docs](https://developer.mozilla.org/en-US/Apps/Developing/Manifest).
+Add permisions: 
 
     "permissions": {
         "desktop-notification": {