From 4908bbbd4dc1122259f798c16ddd27b51e2510e1 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Fri, 21 Feb 2020 19:55:36 +0100 Subject: [PATCH] docs: update default cordovaSwiftVersion (#2466) --- site/docs-md/basics/configuring-your-app.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs-md/basics/configuring-your-app.md b/site/docs-md/basics/configuring-your-app.md index 3976bf5545..69f2316330 100644 --- a/site/docs-md/basics/configuring-your-app.md +++ b/site/docs-md/basics/configuring-your-app.md @@ -116,8 +116,8 @@ The current ones you might configure are: // https://developer.apple.com/documentation/uikit/uiscrollview/contentinsetadjustmentbehavior "contentInset": "always", // Configure the Swift version to be used for Cordova plugins. - // Default is 4.0 - "cordovaSwiftVersion": "3.0", + // Default is 5.0 + "cordovaSwiftVersion": "4.2", // Minimum iOS version supported by the project. // Default is 11.0 "minVersion": "11.3",