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
|
npx cap open android
|
||||||
```
|
```
|
||||||
|
oppure in xcode
|
||||||
test rapido
|
```
|
||||||
|
npx cap open ios
|
||||||
|
```
|
||||||
|
## Test rapido prima di compilarlo
|
||||||
```
|
```
|
||||||
cd web
|
cd web
|
||||||
python3 -m http.server 8080
|
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