Skip to content

Commit 4908bbb

Browse files
authored
docs: update default cordovaSwiftVersion (#2466)
1 parent c895fc4 commit 4908bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/docs-md/basics/configuring-your-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ The current ones you might configure are:
116116
// https://developer.apple.com/documentation/uikit/uiscrollview/contentinsetadjustmentbehavior
117117
"contentInset": "always",
118118
// Configure the Swift version to be used for Cordova plugins.
119-
// Default is 4.0
120-
"cordovaSwiftVersion": "3.0",
119+
// Default is 5.0
120+
"cordovaSwiftVersion": "4.2",
121121
// Minimum iOS version supported by the project.
122122
// Default is 11.0
123123
"minVersion": "11.3",

0 commit comments

Comments
 (0)