fix: macos compilation

This commit is contained in:
SoLongAndThanksForAllThePizza
2022-06-02 16:13:34 +08:00
parent aefc968246
commit d756551791
15 changed files with 1344 additions and 236 deletions

View File

@@ -4,6 +4,7 @@ import FlutterMacOS
@NSApplicationMain
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
dummy_method_to_enforce_bundling()
return true
}
}