Aggiorna README.md
This commit is contained in:
parent
94ad562034
commit
0bd84ae492
1 changed files with 7 additions and 1 deletions
|
|
@ -54,7 +54,13 @@ inserire la versione corretta minima in capacitor.config.json
|
||||||
nano capacitor.config.json
|
nano capacitor.config.json
|
||||||
```
|
```
|
||||||
aggiungendo minVersion
|
aggiungendo minVersion
|
||||||
|
```
|
||||||
|
"bundledWebRuntime": false,
|
||||||
|
"ios": {
|
||||||
|
"minVersion": "15.0"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
deve diventare
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"appId": "com.fabio.macfolder",
|
"appId": "com.fabio.macfolder",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue