From ef11009f45c5b43f1cb86a2bf1f206d28e1966fd Mon Sep 17 00:00:00 2001 From: Sander Bruens Date: Wed, 26 Jul 2023 16:57:47 -0400 Subject: [PATCH] Fix ios build. --- .../OutlineAppleLib/Sources/OutlineLauncher/AppDelegate.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cordova/apple/OutlineAppleLib/Sources/OutlineLauncher/AppDelegate.swift b/src/cordova/apple/OutlineAppleLib/Sources/OutlineLauncher/AppDelegate.swift index 4fa0c8db15..2d1f71d162 100644 --- a/src/cordova/apple/OutlineAppleLib/Sources/OutlineLauncher/AppDelegate.swift +++ b/src/cordova/apple/OutlineAppleLib/Sources/OutlineLauncher/AppDelegate.swift @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +#if targetEnvironment(macCatalyst) import CocoaLumberjack import CocoaLumberjackSwift import NetworkExtension @@ -60,3 +61,4 @@ class AppDelegate: UIResponder, UIApplicationDelegate { } } } +#endif \ No newline at end of file