fmidev / weather-app

FMI's official weather application for mobile devices
7 stars 2 forks source link

Add config file for widgets #647

Closed geosaaga closed 3 weeks ago

geosaaga commented 3 weeks ago

Add widget config file and config example to project root (similar like defaultConfig.ts). Exclude config file from github with .gitconfig. Use json-format for config.

Android and iOS widgets can use same config file. Add least in Xcode it is possible to create link/reference to config file outside iOS project.

geosaaga commented 3 weeks ago

PR: https://github.com/fmidev/weather-app/pull/650