From 976bacd58a8add5cf87b8018015f32d41791de25 Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Fri, 23 May 2025 12:34:10 -0700 Subject: [PATCH] fix: ios changes --- remote/ios/Runner/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/ios/Runner/AppDelegate.swift b/remote/ios/Runner/AppDelegate.swift index 70693e4..b636303 100644 --- a/remote/ios/Runner/AppDelegate.swift +++ b/remote/ios/Runner/AppDelegate.swift @@ -1,7 +1,7 @@ import UIKit import Flutter -@UIApplicationMain +@main @objc class AppDelegate: FlutterAppDelegate { override func application( _ application: UIApplication,