From ce04c82520bac4453cc918690048d1025e3917d1 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Thu, 30 Jul 2020 07:47:43 -0500 Subject: [PATCH] remove RSCoreResources import that shouldn't have been there --- Multiplatform/macOS/AppDelegate.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Multiplatform/macOS/AppDelegate.swift b/Multiplatform/macOS/AppDelegate.swift index e67db4a78..4be1eb37c 100644 --- a/Multiplatform/macOS/AppDelegate.swift +++ b/Multiplatform/macOS/AppDelegate.swift @@ -13,7 +13,6 @@ import Articles import RSWeb import Account import RSCore -import RSCoreResources // If we're not going to import Sparkle, provide dummy protocols to make it easy // for AppDelegate to comply