Skip to content

Commit 1d1b0f9

Browse files
committed
update MacOS example project
1 parent 3bb18bd commit 1d1b0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/macos/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Cocoa
22
import FlutterMacOS
33

4-
@NSApplicationMain
4+
@main
55
class AppDelegate: FlutterAppDelegate {
66
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
77
return true

0 commit comments

Comments
 (0)