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/07 19:31:22 UTC

ios commit: Removed the CordovaWebViewEngine preference. This will be installed by the wkwebview-engine plugin.

Repository: cordova-ios
Updated Branches:
  refs/heads/wkwebview 03e9c7162 -> 96fd4cb74


Removed the CordovaWebViewEngine preference. This will be installed by the wkwebview-engine plugin.


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

Branch: refs/heads/wkwebview
Commit: 96fd4cb74022962815ba2daf1e7b146e1fbd4db2
Parents: 03e9c71
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Nov 7 10:31:21 2014 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Nov 7 10:31:21 2014 -0800

----------------------------------------------------------------------
 bin/templates/project/__PROJECT_NAME__/config.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/96fd4cb7/bin/templates/project/__PROJECT_NAME__/config.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/__PROJECT_NAME__/config.xml b/bin/templates/project/__PROJECT_NAME__/config.xml
index c6830d9..1fcc8d7 100644
--- a/bin/templates/project/__PROJECT_NAME__/config.xml
+++ b/bin/templates/project/__PROJECT_NAME__/config.xml
@@ -36,7 +36,6 @@
     <content src="index.html" />
 
     <!-- Preferences for iOS -->
-    <preference name="CordovaWebViewEngine" value="CDVUIWebViewEngine" />
     <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