app files restructure
This commit is contained in:
parent
c07f0c25c5
commit
469a4b0383
312 changed files with 592 additions and 546 deletions
9
Frontend/macos/Runner/AppDelegate.swift
Normal file
9
Frontend/macos/Runner/AppDelegate.swift
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import Cocoa
|
||||
import FlutterMacOS
|
||||
|
||||
@NSApplicationMain
|
||||
class AppDelegate: FlutterAppDelegate {
|
||||
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
|
||||
return true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue