File tree 7 files changed +220
-159
lines changed
7 files changed +220
-159
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ EXTERNAL SOURCES:
35
35
36
36
SPEC CHECKSUMS:
37
37
desktop_drop: 69eeff437544aa619c8db7f4481b3a65f7696898
38
- file_selector_macos: ff6dc948d4ddd34e8602a1f60b7d0b4cc6051a47
38
+ file_selector_macos: cc3858c981fe6889f364731200d6232dac1d812d
39
39
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
40
40
path_provider_macos: a0a3fd666cb7cd0448e936fb4abad4052961002b
41
41
url_launcher_macos: 45af3d61de06997666568a7149c1be98b41c95d4
42
42
window_size: 339dafa0b27a95a62a843042038fa6c3c48de195
43
43
44
44
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
45
45
46
- COCOAPODS: 1.11.3
46
+ COCOAPODS: 1.16.2
Original file line number Diff line number Diff line change 203
203
isa = PBXProject;
204
204
attributes = {
205
205
LastSwiftUpdateCheck = 0920;
206
- LastUpgradeCheck = 1300 ;
206
+ LastUpgradeCheck = 1510 ;
207
207
ORGANIZATIONNAME = "";
208
208
TargetAttributes = {
209
209
33CC10EC2044A3C60003C045 = {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
- LastUpgradeVersion = " 1300 "
3
+ LastUpgradeVersion = " 1510 "
4
4
version = " 1.3" >
5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
48
48
ignoresPersistentStateOnLaunch = " NO"
49
49
debugDocumentVersioning = " YES"
50
50
debugServiceExtension = " internal"
51
+ enableGPUValidationMode = " 1"
51
52
allowLocationSimulation = " YES" >
52
53
<BuildableProductRunnable
53
54
runnableDebuggingMode = " 0" >
Original file line number Diff line number Diff line change 1
1
import Cocoa
2
2
import FlutterMacOS
3
3
4
- @NSApplicationMain
4
+ @main
5
5
class AppDelegate : FlutterAppDelegate {
6
6
override func applicationShouldTerminateAfterLastWindowClosed( _ sender: NSApplication ) -> Bool {
7
7
return true
8
8
}
9
+
10
+ override func applicationSupportsSecureRestorableState( _ app: NSApplication ) -> Bool {
11
+ return true
12
+ }
9
13
}
You can’t perform that action at this time.
0 commit comments