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 2013/05/17 03:52:10 UTC

[08/21] ios commit: Re-added LocalStorage core plugin to config.xml

Re-added LocalStorage core plugin to config.xml


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

Branch: refs/heads/3.0.0
Commit: e425e84637cba793150a47dc11e8b03d81a64673
Parents: 93784cd
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu May 16 11:12:03 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu May 16 11:12:03 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/e425e846/CordovaLibTests/CordovaLibApp/config.xml
----------------------------------------------------------------------
diff --git a/CordovaLibTests/CordovaLibApp/config.xml b/CordovaLibTests/CordovaLibApp/config.xml
index cc1256a..3e84967 100644
--- a/CordovaLibTests/CordovaLibApp/config.xml
+++ b/CordovaLibTests/CordovaLibApp/config.xml
@@ -89,4 +89,7 @@
     <feature name="Logger">
       <param name="ios-package" value="CDVLogger"/>
     </feature>
+    <feature name="LocalStorage">
+        <param name="ios-package" value="CDVLocalStorage"/>
+    </feature>
 </widget>

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/e425e846/bin/templates/project/__TESTING__/config.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/__TESTING__/config.xml b/bin/templates/project/__TESTING__/config.xml
index cc1256a..3e84967 100644
--- a/bin/templates/project/__TESTING__/config.xml
+++ b/bin/templates/project/__TESTING__/config.xml
@@ -89,4 +89,7 @@
     <feature name="Logger">
       <param name="ios-package" value="CDVLogger"/>
     </feature>
+    <feature name="LocalStorage">
+        <param name="ios-package" value="CDVLocalStorage"/>
+    </feature>
 </widget>