公告板
版本库
filestore
活动
搜索
登录
Plugs
/
package_info-0.4.3+4
package_info-0.4.3+4
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
init
projectuser
2021-11-26
5a9c6adfda83a50c2566bc0651374c6b3d820292
[Plugs/package_info-0.4.3+4.git]
/
example
/
macos
/
Runner
/
AppDelegate.swift
1
2
3
4
5
6
7
8
9
import Cocoa
import FlutterMacOS
@NSApplicationMain
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
}