diff --git a/apple/Omnivore.xcodeproj/xcshareddata/xcschemes/Omnivore-iOS.xcscheme b/apple/Omnivore.xcodeproj/xcshareddata/xcschemes/Omnivore-iOS.xcscheme
index da134da69..68e486e5a 100644
--- a/apple/Omnivore.xcodeproj/xcshareddata/xcschemes/Omnivore-iOS.xcscheme
+++ b/apple/Omnivore.xcodeproj/xcshareddata/xcschemes/Omnivore-iOS.xcscheme
@@ -76,6 +76,12 @@
ReferencedContainer = "container:Omnivore.xcodeproj">
+
+
+
+
()
+
+ var viewContext: NSManagedObjectContext {
+ persistentContainer.viewContext
+ }
+
public var deletedHighlightsIDs = Set()
public init(appEnvironment: AppEnvironment, networker: Networker) {
self.appEnvironment = appEnvironment
self.networker = networker
self.persistentContainer = PersistentContainer.make()
+ self.backgroundContext = persistentContainer.newBackgroundContext()
persistentContainer.loadPersistentStores { _, error in
if let error = error {