Skip to content

Commit

Permalink
docs: update default cordovaSwiftVersion (#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Feb 21, 2020
1 parent c895fc4 commit 4908bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs-md/basics/configuring-your-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4908bbb

Please sign in to comment.