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/4.0.x Commit: 62aa5b854d0616507785e44f0747c49efdf1d59b Parents: 3487ffb Author: Shazron Abdullah <shaz...@apache.org> Authored: Mon Nov 10 14:19:39 2014 -0800 Committer: Shazron Abdullah <shaz...@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-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org