Initial Commit

This commit is contained in:
2022-11-19 14:23:12 +02:00
commit 7aaf2a4e72
126 changed files with 4480 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import Cocoa
import FlutterMacOS
@NSApplicationMain
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
}