File tree 3 files changed +5
-10
lines changed
3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "cordova_version" : " 10 .0" ,
2
+ "cordova_version" : " 11 .0" ,
3
3
"framework_version" : " 3.5" ,
4
- "xcode_version" : " 12.5.1 "
4
+ "xcode_version" : " 13 "
5
5
}
Original file line number Diff line number Diff line change 4
4
<description />
5
5
<author />
6
6
<content src =" index.html" />
7
- <access origin =" *" />
8
7
<allow-navigation href =" *" />
9
- <allow-intent href =" itms:*" />
10
- <allow-intent href =" itms-apps:*" />
11
8
12
9
<preference name =" DisallowOverscroll" value =" true" />
13
10
<preference name =" Orientation" value =" default" />
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " monaca-template-minimum" ,
3
- "version" : " 2.4 .0" ,
3
+ "version" : " 3.0 .0" ,
4
4
"displayName" : " Monaca Template Minimum" ,
5
5
"dependencies" : {
6
6
"cordova-plugin-splashscreen" : " 6.0.0" ,
7
- "cordova-plugin-whitelist" : " 1.3.5" ,
8
7
"monaca-plugin-monaca-core" : " 3.3.1"
9
8
},
10
9
"scripts" : {
13
12
},
14
13
"cordova" : {
15
14
"plugins" : {
16
- "cordova-plugin-whitelist" : {},
17
15
"cordova-plugin-splashscreen" : {},
18
16
"monaca-plugin-monaca-core" : {}
19
17
}
20
18
},
21
19
"devDependencies" : {
22
- "browser-sync" : " ^2.26 .7" ,
23
- "cordova" : " ^10 .0.0"
20
+ "browser-sync" : " ^2.27 .7" ,
21
+ "cordova" : " ^11 .0.0"
24
22
}
25
23
}
You can’t perform that action at this time.
0 commit comments