primer commit app

This commit is contained in:
2024-04-24 16:09:11 +02:00
commit b1e907ae0c
133 changed files with 5015 additions and 0 deletions

View File

@ -0,0 +1,9 @@
import Cocoa
import FlutterMacOS
@NSApplicationMain
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
}