diff --git a/README.md b/README.md index 36bc26a..195c75d 100644 --- a/README.md +++ b/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" + } +} +```