fix(macos): update dependencies to make the build work
This commit was generated mostly by running `flutter run -d macos` and then `pod update` in the `macos/` directory after that failed.
This commit is contained in:
parent
63af3afde4
commit
760f65f5be
3 changed files with 55 additions and 69 deletions
|
|
@ -6,4 +6,8 @@ class AppDelegate: FlutterAppDelegate {
|
|||
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
|
||||
return true
|
||||
}
|
||||
|
||||
override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue