From 72f3c9ee79224836f66b2715c64547ba6f6c8c43 Mon Sep 17 00:00:00 2001 From: Peter Baehr Date: Wed, 21 Jan 2026 16:29:03 -0500 Subject: [PATCH] Update running instructions in DEVELOPER.md Add script execution and client ID definition to run instructions --- DEVELOPER.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 416a43c..dc109b6 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -809,7 +809,8 @@ cd ios && pod install ### Running ```bash flutter pub get -flutter run +./gen_icons_splashes.sh +flutter run --dart-define=OSM_PROD_CLIENT_ID=[your OAuth2 client ID] ``` ### Testing