You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/01/18 22:22:13 UTC

git commit: Updating README to list support for tags in config.xml

Updated Branches:
  refs/heads/master e4a9ee954 -> 1a99d9021


Updating README to list support for <preference> tags in config.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/1a99d902
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/1a99d902
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/1a99d902

Branch: refs/heads/master
Commit: 1a99d9021e740af3d4df374ead85c41c0f400a12
Parents: e4a9ee9
Author: Fil Maj <ma...@gmail.com>
Authored: Fri Jan 18 13:25:05 2013 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Fri Jan 18 13:25:05 2013 -0800

----------------------------------------------------------------------
 README.md |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/1a99d902/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index e04d887..cc3629a 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,7 @@ This file is what you should be editing to modify your application's metadata. A
 - The user-facing name can be modified via the contents of the `<name>` element.
 - The package name (AKA bundle identifier or application id) can be modified via the `id` attribute from the top-level `<widget>` element.
 - The whitelist can be modified using the `<access>` elements. Make sure the `origin` attribute of your `<access>` element points to a valid URL (you can use `*` as wildcard). For more information on the whitelisting syntax, see the [docs.phonegap.com](http://docs.phonegap.com/en/2.2.0/guide_whitelist_index.md.html#Domain%20Whitelist%20Guide). You can use either attribute `uri` ([BlackBerry-proprietary](https://developer.blackberry.com/html5/documentation/access_element_834677_11.html)) or `origin` ([standards-compliant](http://www.w3.org/TR/widgets-access/#attributes)) to denote the domain.
+- Platform-specific preferences can be customized via `<preference>` tags. See [docs.phonegap.com](http://docs.phonegap.com/en/2.3.0/guide_project-settings_index.md.html#Project%20Settings) for a list of preferences you can use.
 
 # Hooks