chore: add CocoaPods support and update project configuration

This commit is contained in:
2026-02-02 12:00:50 +01:00
parent 93cfaff7df
commit a59ee26aaa
5 changed files with 141 additions and 4 deletions
+5 -1
View File
@@ -1,9 +1,13 @@
import Cocoa
import FlutterMacOS
@NSApplicationMain
@main
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
return true
}
}