aboutsummaryrefslogtreecommitdiff
path: root/macos/Runner/AppDelegate.swift
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2023-03-05 12:08:21 +0100
committerdavidpkj <davidpenkow1@gmail.com>2023-03-05 12:08:21 +0100
commit1855978738793fd0f80023e3e8ff09c939c33dfe (patch)
tree65bf6af27ef9e0fa857ca608218d3e16063cb79b /macos/Runner/AppDelegate.swift
parent7c365cd35a4222e9fa92e61206c12bc79db24faa (diff)
Remove ios & macos project structure
Diffstat (limited to 'macos/Runner/AppDelegate.swift')
-rw-r--r--macos/Runner/AppDelegate.swift9
1 files changed, 0 insertions, 9 deletions
diff --git a/macos/Runner/AppDelegate.swift b/macos/Runner/AppDelegate.swift
deleted file mode 100644
index d53ef64..0000000
--- a/macos/Runner/AppDelegate.swift
+++ /dev/null
@@ -1,9 +0,0 @@
-import Cocoa
-import FlutterMacOS
-
-@NSApplicationMain
-class AppDelegate: FlutterAppDelegate {
- override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
- return true
- }
-}