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