diff --git a/iOS Example/AppDelegate.swift b/iOS Example/AppDelegate.swift index 8f43c01..607bd75 100644 --- a/iOS Example/AppDelegate.swift +++ b/iOS Example/AppDelegate.swift @@ -12,9 +12,8 @@ import UIKit class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? - - - func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { + + func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { return true }