diff --git a/{{cookiecutter.out_dir}}/macos/Runner/AppDelegate.swift b/{{cookiecutter.out_dir}}/macos/Runner/AppDelegate.swift index d53ef64..218f93e 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 true + return false } }