File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Runner.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2525 with :
2626 channel : " stable"
2727 flutter-version : 3.29.1
28- - run : dart format . --fix -- set-exit-if-changed
28+ - run : dart format . --set-exit-if-changed
2929
3030 dependency_validator :
3131 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55* .swp
66.DS_Store
77.atom /
8+ .build /
89.buildlog /
910.history
1011.svn /
12+ .swiftpm /
1113migrate_working_dir /
1214
1315# IntelliJ related
Original file line number Diff line number Diff line change 4848 ignoresPersistentStateOnLaunch = " NO"
4949 debugDocumentVersioning = " YES"
5050 debugServiceExtension = " internal"
51+ enableGPUValidationMode = " 1"
5152 allowLocationSimulation = " YES" >
5253 <BuildableProductRunnable
5354 runnableDebuggingMode = " 0" >
Original file line number Diff line number Diff line change 11import Cocoa
22import FlutterMacOS
33
4- @NSApplicationMain
4+ @main
55class AppDelegate : FlutterAppDelegate {
66 override func applicationShouldTerminateAfterLastWindowClosed( _ sender: NSApplication ) -> Bool {
77 return true
88 }
9+
10+ override func applicationSupportsSecureRestorableState( _ app: NSApplication ) -> Bool {
11+ return true
12+ }
913}
You can’t perform that action at this time.
0 commit comments