diff --git a/{{cookiecutter.out_dir}}/macos/Runner/AppDelegate.swift b/{{cookiecutter.out_dir}}/macos/Runner/AppDelegate.swift index 218f93e..d53ef64 100644 --- a/{{cookiecutter.out_dir}}/macos/Runner/AppDelegate.swift +++ b/{{cookiecutter.out_dir}}/macos/Runner/AppDelegate.swift @@ -4,6 +4,6 @@ import FlutterMacOS @NSApplicationMain class AppDelegate: FlutterAppDelegate { override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool { - return false + return true } }