feat(flutter): add macos run profile
This commit is contained in:
parent
90d1d58c50
commit
88b50708c2
28 changed files with 1222 additions and 0 deletions
9
macos/Runner/AppDelegate.swift
Normal file
9
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