You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2012/06/27 20:33:51 UTC

[5/20] ios commit: Added BackupWebStorage setting in cli template

Added BackupWebStorage setting in cli template


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

Branch: refs/heads/master
Commit: 5943ce6c6cdcb80c75b971a2547b4c8fe7b0b68d
Parents: d320e36
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Jun 25 16:04:53 2012 -0700
Committer: hermwong <he...@gmail.com>
Committed: Wed Jun 27 11:32:10 2012 -0700

----------------------------------------------------------------------
 bin/templates/project/__TESTING__/Cordova.plist |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/5943ce6c/bin/templates/project/__TESTING__/Cordova.plist
----------------------------------------------------------------------
diff --git a/bin/templates/project/__TESTING__/Cordova.plist b/bin/templates/project/__TESTING__/Cordova.plist
index 771caac..7d1fbdf 100644
--- a/bin/templates/project/__TESTING__/Cordova.plist
+++ b/bin/templates/project/__TESTING__/Cordova.plist
@@ -40,6 +40,8 @@
 	<false/>
 	<key>OpenAllWhitelistURLsInWebView</key>
 	<false/>
+	<key>BackupWebStorage</key>
+	<true/>
 	<key>ExternalHosts</key>
 	<array/>
 	<key>Plugins</key>