changing iOS project root tag from cordova to widget
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/77832b13 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/77832b13 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/77832b13 Branch: refs/heads/future Commit: 77832b13db1c17d7dd191e9e04ac873fe55a26fe Parents: b490a09 Author: Anis Kadri <[email protected]> Authored: Mon Apr 1 15:27:27 2013 -0700 Committer: Anis Kadri <[email protected]> Committed: Mon Apr 1 15:27:27 2013 -0700 ---------------------------------------------------------------------- test/projects/ios-config-xml/SampleApp/config.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/77832b13/test/projects/ios-config-xml/SampleApp/config.xml ---------------------------------------------------------------------- diff --git a/test/projects/ios-config-xml/SampleApp/config.xml b/test/projects/ios-config-xml/SampleApp/config.xml index 337d38d..2858c28 100644 --- a/test/projects/ios-config-xml/SampleApp/config.xml +++ b/test/projects/ios-config-xml/SampleApp/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" /> @@ -56,4 +56,4 @@ </plugins> <access origin="*" /> -</cordova> +</widget>
