Fix watch build, status sync, and icon assets
This commit is contained in:
@@ -46,6 +46,9 @@ final class WatchSyncManager: NSObject, WCSessionDelegate {
|
||||
if let favourites = try? JSONEncoder().encode(FuelStore.loadFavourites()) {
|
||||
context[FuelStore.favouritesKey] = favourites
|
||||
}
|
||||
if let stations = try? JSONEncoder().encode(FuelStore.loadStations()) {
|
||||
context[FuelStore.stationsKey] = stations
|
||||
}
|
||||
|
||||
context[FuelStore.fuelKey] = FuelStore.loadSelectedFuel().rawValue
|
||||
context[FuelStore.distanceUnitKey] = FuelStore.loadDistanceUnit().rawValue
|
||||
|
||||
Reference in New Issue
Block a user