Skip to content

Commit 8bdd0d5

Browse files
committed
feat: support Cordova 11
1 parent 581a8cd commit 8bdd0d5

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

.monaca/project_info.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"cordova_version": "10.0",
2+
"cordova_version": "11.0",
33
"framework_version": "3.5",
4-
"xcode_version": "12.5.1"
4+
"xcode_version": "13"
55
}

config.xml

-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
<description/>
55
<author/>
66
<content src="index.html"/>
7-
<access origin="*"/>
87
<allow-navigation href="*"/>
9-
<allow-intent href="itms:*"/>
10-
<allow-intent href="itms-apps:*"/>
118

129
<preference name="DisallowOverscroll" value="true"/>
1310
<preference name="Orientation" value="default"/>

package.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "monaca-template-minimum",
3-
"version": "2.4.0",
3+
"version": "3.0.0",
44
"displayName": "Monaca Template Minimum",
55
"dependencies": {
66
"cordova-plugin-splashscreen": "6.0.0",
7-
"cordova-plugin-whitelist": "1.3.5",
87
"monaca-plugin-monaca-core": "3.3.1"
98
},
109
"scripts": {
@@ -13,13 +12,12 @@
1312
},
1413
"cordova": {
1514
"plugins": {
16-
"cordova-plugin-whitelist": {},
1715
"cordova-plugin-splashscreen": {},
1816
"monaca-plugin-monaca-core": {}
1917
}
2018
},
2119
"devDependencies": {
22-
"browser-sync": "^2.26.7",
23-
"cordova": "^10.0.0"
20+
"browser-sync": "^2.27.7",
21+
"cordova": "^11.0.0"
2422
}
2523
}

0 commit comments

Comments
 (0)