Eliminar creche_app/macos/Runner/AppDelegate.swift

This commit is contained in:
Alberto 2026-03-11 19:32:22 +00:00
parent f6ea0184e9
commit 4fa44f27ff
1 changed files with 0 additions and 13 deletions

View File

@ -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
}
}