Aggiorna README.md

This commit is contained in:
Fabio 2025-12-29 01:05:30 +08:00
parent 26ce3b3cd9
commit 94ad562034

View file

@ -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"
}
}
```