Skip to content

Commit fe96378

Browse files
committed
update Cordova version
1 parent 1ac49cc commit fe96378

File tree

7 files changed

+35
-34
lines changed

7 files changed

+35
-34
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
build.json
44
platforms
55
node_modules
6-
plugins/cordova*
6+
plugins/cordova*
7+
package-lock.json

config.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
<platform name="android">
3636
<preference name="Fullscreen" value="false" />
3737
</platform>
38-
<engine name="android" spec="^6.4.0" />
39-
<engine name="ios" spec="^4.5.3" />
40-
<engine name="browser" spec="^5.0.1" />
41-
<plugin name="cordova-plugin-inappbrowser" spec="^1.7.2" />
42-
<plugin name="cordova-plugin-statusbar" spec="^2.3.0" />
4338
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
4439
<plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
40+
<plugin name="cordova-plugin-inappbrowser" spec="^2.0.0" />
41+
<plugin name="cordova-plugin-statusbar" spec="^2.4.0" />
42+
<engine name="ios" spec="^4.5.3" />
43+
<engine name="browser" spec="^5.0.1" />
44+
<engine name="android" spec="^7.0.0" />
4545
</widget>

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
"displayName": "System Designer",
55
"cordova": {
66
"platforms": [
7-
"android",
87
"ios",
9-
"browser"
8+
"browser",
9+
"android"
1010
],
1111
"plugins": {
12-
"cordova-plugin-inappbrowser": {},
13-
"cordova-plugin-statusbar": {},
1412
"cordova-plugin-whitelist": {},
15-
"cordova-plugin-wkwebview-engine": {}
13+
"cordova-plugin-wkwebview-engine": {},
14+
"cordova-plugin-inappbrowser": {},
15+
"cordova-plugin-statusbar": {}
1616
}
1717
},
1818
"dependencies": {
19-
"cordova-android": "^6.4.0",
19+
"cordova-android": "^7.0.0",
2020
"cordova-browser": "^5.0.1",
2121
"cordova-ios": "^4.5.3",
22-
"cordova-plugin-inappbrowser": "^1.7.2",
23-
"cordova-plugin-statusbar": "^2.3.0",
22+
"cordova-plugin-inappbrowser": "^2.0.0",
23+
"cordova-plugin-statusbar": "^2.4.0",
2424
"cordova-plugin-whitelist": "^1.3.3",
2525
"cordova-plugin-wkwebview-engine": "^1.1.4"
2626
}

plugins/android.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"files": {}
88
},
99
"installed_plugins": {
10-
"cordova-plugin-inappbrowser": {
10+
"cordova-plugin-whitelist": {
1111
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1212
},
13-
"cordova-plugin-statusbar": {
13+
"cordova-plugin-wkwebview-engine": {
1414
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1515
},
16-
"cordova-plugin-whitelist": {
16+
"cordova-plugin-inappbrowser": {
1717
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1818
},
19-
"cordova-plugin-wkwebview-engine": {
19+
"cordova-plugin-statusbar": {
2020
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
2121
}
2222
},

plugins/browser.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"files": {}
88
},
99
"installed_plugins": {
10-
"cordova-plugin-inappbrowser": {
10+
"cordova-plugin-whitelist": {
1111
"PACKAGE_NAME": "io.cordova.hellocordova"
1212
},
13-
"cordova-plugin-statusbar": {
13+
"cordova-plugin-wkwebview-engine": {
1414
"PACKAGE_NAME": "io.cordova.hellocordova"
1515
},
16-
"cordova-plugin-whitelist": {
16+
"cordova-plugin-inappbrowser": {
1717
"PACKAGE_NAME": "io.cordova.hellocordova"
1818
},
19-
"cordova-plugin-wkwebview-engine": {
19+
"cordova-plugin-statusbar": {
2020
"PACKAGE_NAME": "io.cordova.hellocordova"
2121
}
2222
},

plugins/fetch.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"cordova-plugin-inappbrowser": {
2+
"cordova-plugin-whitelist": {
33
"source": {
44
"type": "registry",
5-
"id": "cordova-plugin-inappbrowser@latest"
5+
"id": "cordova-plugin-whitelist@latest"
66
},
77
"is_top_level": true,
88
"variables": {}
99
},
10-
"cordova-plugin-statusbar": {
10+
"cordova-plugin-wkwebview-engine": {
1111
"source": {
1212
"type": "registry",
13-
"id": "cordova-plugin-statusbar@latest"
13+
"id": "cordova-plugin-wkwebview-engine@latest"
1414
},
1515
"is_top_level": true,
1616
"variables": {}
1717
},
18-
"cordova-plugin-whitelist": {
18+
"cordova-plugin-inappbrowser": {
1919
"source": {
2020
"type": "registry",
21-
"id": "cordova-plugin-whitelist@latest"
21+
"id": "cordova-plugin-inappbrowser@latest"
2222
},
2323
"is_top_level": true,
2424
"variables": {}
2525
},
26-
"cordova-plugin-wkwebview-engine": {
26+
"cordova-plugin-statusbar": {
2727
"source": {
2828
"type": "registry",
29-
"id": "cordova-plugin-wkwebview-engine@latest"
29+
"id": "cordova-plugin-statusbar@latest"
3030
},
3131
"is_top_level": true,
3232
"variables": {}

plugins/ios.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"files": {}
88
},
99
"installed_plugins": {
10-
"cordova-plugin-inappbrowser": {
10+
"cordova-plugin-whitelist": {
1111
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1212
},
13-
"cordova-plugin-statusbar": {
13+
"cordova-plugin-wkwebview-engine": {
1414
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1515
},
16-
"cordova-plugin-whitelist": {
16+
"cordova-plugin-inappbrowser": {
1717
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1818
},
19-
"cordova-plugin-wkwebview-engine": {
19+
"cordova-plugin-statusbar": {
2020
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
2121
}
2222
},

0 commit comments

Comments
 (0)