From 15b9bf78bcde8609c007bc947e6fb3879d6d77fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Tue, 17 Feb 2026 17:25:52 +0100 Subject: [PATCH] Update Flutter iOS run command in `mobile/README.md` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan José Mata --- mobile/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mobile/README.md b/mobile/README.md index 5504313e1..1e3287710 100644 --- a/mobile/README.md +++ b/mobile/README.md @@ -74,7 +74,9 @@ static String _baseUrl = 'https://your-sure-server.com'; flutter run -d android # For iOS -flutter run -d ios +flutter run -d +# or +flutter run -d "iPhone 17 Pro" # For web (development only) flutter run -d chrome