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/05 05:51:24 UTC

[2/2] ios commit: Removed unused project setting in config.xml

Updated Branches:
  refs/heads/master 95cf72180 -> 187bf21b3


Removed unused project setting in 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/187bf21b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/187bf21b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/187bf21b

Branch: refs/heads/master
Commit: 187bf21b308551bfb4b98b1a5e11edf04f699791
Parents: 03b8854
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Feb 5 05:51:02 2013 +0100
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Feb 5 05:51:02 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/187bf21b/CordovaLibTests/CordovaLibApp/config.xml
----------------------------------------------------------------------
diff --git a/CordovaLibTests/CordovaLibApp/config.xml b/CordovaLibTests/CordovaLibApp/config.xml
index 7b786fa..9c36914 100644
--- a/CordovaLibTests/CordovaLibApp/config.xml
+++ b/CordovaLibTests/CordovaLibApp/config.xml
@@ -10,7 +10,6 @@
     <preference name="ShowSplashScreenSpinner" value="true" />
     <preference name="MediaPlaybackRequiresUserAction" value="false" />
     <preference name="AllowInlineMediaPlayback" value="false" />
-    <preference name="OpenAllWhitelistURLsInWebView" value="false" />
     <preference name="BackupWebStorage" value="cloud" />
 
     <plugins>

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/187bf21b/bin/templates/project/__TESTING__/config.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/__TESTING__/config.xml b/bin/templates/project/__TESTING__/config.xml
index 7d67508..721c734 100644
--- a/bin/templates/project/__TESTING__/config.xml
+++ b/bin/templates/project/__TESTING__/config.xml
@@ -30,7 +30,6 @@
     <preference name="ShowSplashScreenSpinner" value="true" />
     <preference name="MediaPlaybackRequiresUserAction" value="false" />
     <preference name="AllowInlineMediaPlayback" value="false" />
-    <preference name="OpenAllWhitelistURLsInWebView" value="false" />
     <preference name="BackupWebStorage" value="cloud" />
 
     <content src="index.html" />