Aggiorna README.md
This commit is contained in:
parent
26ce3b3cd9
commit
94ad562034
1 changed files with 24 additions and 2 deletions
26
README.md
26
README.md
|
|
@ -37,11 +37,33 @@ apri il progetto android studio
|
|||
```
|
||||
npx cap open android
|
||||
```
|
||||
|
||||
test rapido
|
||||
oppure in xcode
|
||||
```
|
||||
npx cap open ios
|
||||
```
|
||||
## Test rapido prima di compilarlo
|
||||
```
|
||||
cd web
|
||||
python3 -m http.server 8080
|
||||
```
|
||||
## se Ios non funziona
|
||||
|
||||
inserire la versione corretta minima in capacitor.config.json
|
||||
|
||||
```
|
||||
nano capacitor.config.json
|
||||
```
|
||||
aggiungendo minVersion
|
||||
|
||||
```
|
||||
{
|
||||
"appId": "com.fabio.macfolder",
|
||||
"appName": "Mac Folder",
|
||||
"webDir": "web",
|
||||
"bundledWebRuntime": false,
|
||||
"ios": {
|
||||
"minVersion": "15.0"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue