Fix watch build, status sync, and icon assets

This commit is contained in:
FuelBoard Contributor
2026-08-30 22:26:30 +01:00
parent ebda21436d
commit 09740fca18
55 changed files with 442 additions and 12 deletions
@@ -46,6 +46,9 @@ final class WatchSyncManager: NSObject, WCSessionDelegate {
if let favourites = payload["fuelboard.favourites"] as? Data {
defaults.set(favourites, forKey: "fuelboard.favourites")
}
if let stations = payload["fuelboard.stations"] as? Data {
defaults.set(stations, forKey: "fuelboard.stations")
}
if let fuel = payload["fuelboard.selectedFuel"] as? String {
defaults.set(fuel, forKey: "fuelboard.selectedFuel")
}