From 92b6f73e9aa0cea6b4ed8fa15764b5c2fe858ee0 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Tue, 26 Nov 2024 23:45:11 +0100 Subject: [PATCH] Revert --- App/App_iOS.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/App/App_iOS.swift b/App/App_iOS.swift index d8bc13f1..8b1b628e 100644 --- a/App/App_iOS.swift +++ b/App/App_iOS.swift @@ -17,7 +17,6 @@ import SwiftUI import UserNotifications #if os(iOS) - @main struct Kiwix: App { @Environment(\.scenePhase) private var scenePhase @@ -95,7 +94,6 @@ struct Kiwix: App { } private class AppDelegate: NSObject, UIApplicationDelegate, UNUserNotificationCenterDelegate { - /// Storing background download completion handler sent to application delegate func application(_ application: UIApplication, handleEventsForBackgroundURLSession identifier: String,