build: Remove macos and linux support

This commit is contained in:
gasaichandesu
2026-06-18 18:14:45 +04:00
parent 9e6b9402bf
commit 7e28c68bac
40 changed files with 0 additions and 2050 deletions
-13
View File
@@ -1,13 +0,0 @@
import Cocoa
import FlutterMacOS
@main
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
return true
}
}