We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c895fc4 commit 4908bbbCopy full SHA for 4908bbb
site/docs-md/basics/configuring-your-app.md
@@ -116,8 +116,8 @@ The current ones you might configure are:
116
// https://developer.apple.com/documentation/uikit/uiscrollview/contentinsetadjustmentbehavior
117
"contentInset": "always",
118
// Configure the Swift version to be used for Cordova plugins.
119
- // Default is 4.0
120
- "cordovaSwiftVersion": "3.0",
+ // Default is 5.0
+ "cordovaSwiftVersion": "4.2",
121
// Minimum iOS version supported by the project.
122
// Default is 11.0
123
"minVersion": "11.3",
0 commit comments