From 77d0155b661e813a85a7312ed809fc7e5a9f7440 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 4 Feb 2021 23:46:55 +0100 Subject: Release 1.1.0 --- Map/Views/ContentView.swift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Map/Views/ContentView.swift') diff --git a/Map/Views/ContentView.swift b/Map/Views/ContentView.swift index 4f55c27..cf1f145 100644 --- a/Map/Views/ContentView.swift +++ b/Map/Views/ContentView.swift @@ -11,6 +11,8 @@ import SwiftUI struct ContentView: View { @Environment(\.managedObjectContext) private var viewContext + @EnvironmentObject var store: AppStore + @FetchRequest( sortDescriptors: [NSSortDescriptor(keyPath: \Map.createdAt, ascending: true)], animation: .default) -- cgit