diff --git a/XcodeServerBotApp/XcodeServerBotApp/AppDelegate.swift b/XcodeServerBotApp/XcodeServerBotApp/AppDelegate.swift index fbb3cc8..4a76a1f 100644 --- a/XcodeServerBotApp/XcodeServerBotApp/AppDelegate.swift +++ b/XcodeServerBotApp/XcodeServerBotApp/AppDelegate.swift @@ -13,7 +13,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? - func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. return true @@ -40,7 +39,5 @@ class AppDelegate: UIResponder, UIApplicationDelegate { func applicationWillTerminate(_ application: UIApplication) { // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. } - - }