From 811434e6426e39fa4a5df15ac7759eeaa30f6254 Mon Sep 17 00:00:00 2001 From: Krille Date: Fri, 4 Oct 2024 15:09:16 +0200 Subject: [PATCH] build: migrate from deprecated appdelegate makro --- ios/Runner/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Runner/AppDelegate.swift b/ios/Runner/AppDelegate.swift index 9413c6971..7f38bb254 100644 --- a/ios/Runner/AppDelegate.swift +++ b/ios/Runner/AppDelegate.swift @@ -1,7 +1,7 @@ import UIKit import Flutter -@UIApplicationMain +@main @objc class AppDelegate: FlutterAppDelegate { override func application( _ application: UIApplication,