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 2014/11/10 23:19:36 UTC

ios commit: Remove deleted preference from config.xml in the test app.

Repository: cordova-ios
Updated Branches:
  refs/heads/wkwebview 3487ffba9 -> 62aa5b854


Remove deleted preference from config.xml in the test app.


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

Branch: refs/heads/wkwebview
Commit: 62aa5b854d0616507785e44f0747c49efdf1d59b
Parents: 3487ffb
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Nov 10 14:19:39 2014 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Nov 10 14:19:39 2014 -0800

----------------------------------------------------------------------
 tests/CordovaLibTests/CordovaLibApp/config.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/62aa5b85/tests/CordovaLibTests/CordovaLibApp/config.xml
----------------------------------------------------------------------
diff --git a/tests/CordovaLibTests/CordovaLibApp/config.xml b/tests/CordovaLibTests/CordovaLibApp/config.xml
index da6c067..1fcc8d7 100644
--- a/tests/CordovaLibTests/CordovaLibApp/config.xml
+++ b/tests/CordovaLibTests/CordovaLibApp/config.xml
@@ -36,7 +36,6 @@
     <content src="index.html" />
 
     <!-- Preferences for iOS -->
-    <preference name="UseWKWebView" value="false" />
     <preference name="AllowInlineMediaPlayback" value="false" />
     <preference name="BackupWebStorage" value="cloud" />
     <preference name="DisallowOverscroll" value="false" />


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org