mirror of
https://github.com/flutter/samples.git
synced 2026-05-09 16:37:30 +00:00
Add Linting tool starter project (#840)
This commit is contained in:
committed by
GitHub
parent
89d2849019
commit
8573269c03
9
experimental/linting_tool/macos/Runner/AppDelegate.swift
Normal file
9
experimental/linting_tool/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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user