From cf2e4d03dcb776fc451a30fc06be541e7a54e352 Mon Sep 17 00:00:00 2001 From: iRayZ Date: Tue, 1 Jul 2025 22:59:46 +0200 Subject: [PATCH] fix: update deprecated launch options --- AppWeather/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppWeather/AppDelegate.swift b/AppWeather/AppDelegate.swift index 824cca0..67e4eb1 100644 --- a/AppWeather/AppDelegate.swift +++ b/AppWeather/AppDelegate.swift @@ -14,7 +14,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? - func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { + func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. return true }