From 4fa44f27fff0d4d487f0ee551472d1da898bd462 Mon Sep 17 00:00:00 2001 From: Alberto Date: Wed, 11 Mar 2026 19:32:22 +0000 Subject: [PATCH] Eliminar creche_app/macos/Runner/AppDelegate.swift --- creche_app/macos/Runner/AppDelegate.swift | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 creche_app/macos/Runner/AppDelegate.swift diff --git a/creche_app/macos/Runner/AppDelegate.swift b/creche_app/macos/Runner/AppDelegate.swift deleted file mode 100644 index b3c1761..0000000 --- a/creche_app/macos/Runner/AppDelegate.swift +++ /dev/null @@ -1,13 +0,0 @@ -import Cocoa -import FlutterMacOS - -@main -class AppDelegate: FlutterAppDelegate { - override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool { - return true - } - - override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool { - return true - } -}