You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/02/20 07:32:15 UTC

docs commit: [CB-2314] Vet iOS-specific project settings following addition of top-level project settings guide

Updated Branches:
  refs/heads/master ce9695a2e -> 96d41fcda


[CB-2314] Vet iOS-specific project settings following addition of top-level project settings guide


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/96d41fcd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/96d41fcd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/96d41fcd

Branch: refs/heads/master
Commit: 96d41fcda736b5c264542b1017366c76c5569a4a
Parents: ce9695a
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Feb 19 22:32:07 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Feb 19 22:32:07 2013 -0800

----------------------------------------------------------------------
 docs/en/edge/guide/project-settings/index.md     |    6 +++---
 docs/en/edge/guide/project-settings/ios/index.md |    2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/96d41fcd/docs/en/edge/guide/project-settings/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/project-settings/index.md b/docs/en/edge/guide/project-settings/index.md
index ca69139..3dfb4f5 100644
--- a/docs/en/edge/guide/project-settings/index.md
+++ b/docs/en/edge/guide/project-settings/index.md
@@ -28,7 +28,7 @@ The location of the `config.xml` file is different depending on the platform. Th
 ## Platform-Specific Properties
 
 As with any abstraction layer, Apache Cordova cannot be a perfect silver bullet. As such, some native and platform-specific
-properties, characterstics and behaviours are encapsulated as much as possible as `<preference>` elements inside the
+properties, characteristics and behaviours are encapsulated as much as possible as `<preference>` elements inside the
 `config.xml` file. The following sub-sections linked to are guides which go into more details about these preferences.
 
 - Project Settings for iOS
@@ -50,13 +50,13 @@ Apache Cordova project aims to abstract and provide simple entry points for.
 
 An example:
 
-        <cordova>
+        <widget>
             <preference name="MySetting" value="true" />
             <plugins>
                 <plugin name="MyPlugin" value="MyPluginClass" />
             </plugins>
             <access origin="*" />
-        </cordova>
+        </widget>
 
 A list of supported elements across major platforms which are supported in Apache Cordova follow.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/96d41fcd/docs/en/edge/guide/project-settings/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/project-settings/ios/index.md b/docs/en/edge/guide/project-settings/ios/index.md
index 9c64a19..8c8e5c2 100644
--- a/docs/en/edge/guide/project-settings/ios/index.md
+++ b/docs/en/edge/guide/project-settings/ios/index.md
@@ -25,6 +25,8 @@ Project Settings for iOS
 The `config.xml` settings file controls various settings of Cordova. This is application wide, and not set per CDVViewController instance.
 The `config.xml` file is located in your `<project folder>/<appname>` directory.
 
+## &lt;preference&gt;
+
 Various preferences (as **&lt;preference&gt;** tags) default on not breaking existing apps. The available preferences are:
 
 1. **UIWebViewBounce (boolean, defaults to true)** - set to false if you don't want the WebView to rubber-band