You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2013/02/25 14:41:02 UTC

[23/50] ios commit: [CB=2324] iOS config.xml document should use instead of

[CB=2324] iOS config.xml document should use <widget> instead of <cordova>


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/0e711f8d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/0e711f8d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/0e711f8d

Branch: refs/heads/multipart_plugin_result
Commit: 0e711f8d09377a7ac10ff6be4ec17d22cdbee88d
Parents: 57c3c08
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Feb 19 15:39:56 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Feb 19 15:39:56 2013 -0800

----------------------------------------------------------------------
 CordovaLibTests/CordovaLibApp/config.xml     |    4 ++--
 bin/templates/project/__TESTING__/config.xml |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/0e711f8d/CordovaLibTests/CordovaLibApp/config.xml
----------------------------------------------------------------------
diff --git a/CordovaLibTests/CordovaLibApp/config.xml b/CordovaLibTests/CordovaLibApp/config.xml
index 029a7ed..512bd1f 100644
--- a/CordovaLibTests/CordovaLibApp/config.xml
+++ b/CordovaLibTests/CordovaLibApp/config.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<cordova>
+<widget>
     <preference name="KeyboardDisplayRequiresUserAction" value="true" />
     <preference name="SuppressesIncrementalRendering" value="false" />
     <preference name="UIWebViewBounce" value="true" />
@@ -36,4 +36,4 @@
         <plugin name="Globalization" value="CDVGlobalization" />
         <plugin name="InAppBrowser" value="CDVInAppBrowser" />
     </plugins>
-</cordova>
+</widget>

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/0e711f8d/bin/templates/project/__TESTING__/config.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/__TESTING__/config.xml b/bin/templates/project/__TESTING__/config.xml
index d857935..64e7163 100644
--- a/bin/templates/project/__TESTING__/config.xml
+++ b/bin/templates/project/__TESTING__/config.xml
@@ -19,7 +19,7 @@
 # under the License.
 #
 -->
-<cordova>
+<widget>
     <preference name="KeyboardDisplayRequiresUserAction" value="true" />
     <preference name="SuppressesIncrementalRendering" value="false" />
     <preference name="UIWebViewBounce" value="true" />
@@ -59,4 +59,4 @@
     </plugins>
 
     <access origin="*" />
-</cordova>
+</widget>