File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed 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** .fvm /
1315.fvm
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ EXTERNAL SOURCES:
1515
1616SPEC CHECKSUMS:
1717 FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
18- url_launcher_macos: 5f437abeda8c85500ceb03f5c1938a8c5a705399
18+ url_launcher_macos: c82c93949963e55b228a30115bd219499a6fe404
1919
2020PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
2121
22- COCOAPODS: 1.15 .2
22+ COCOAPODS: 1.16 .2
Original file line number Diff line number Diff line change @@ -6,4 +6,8 @@ class 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