From 94ad5620341be44949084a61f0cde3762da152f4 Mon Sep 17 00:00:00 2001 From: Fabio Date: Mon, 29 Dec 2025 01:05:30 +0800 Subject: [PATCH] Aggiorna README.md --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) 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" + } +} +```