This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
shell/platform/darwin/macos/framework/Source Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2539,7 +2539,7 @@ ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/Accessibil
25392539ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMac.mm + ../../../flutter/LICENSE
25402540ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMacTest.mm + ../../../flutter/LICENSE
25412541ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppDelegate.mm + ../../../flutter/LICENSE
2542- ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppDelegate_internal .h + ../../../flutter/LICENSE
2542+ ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppDelegate_Internal .h + ../../../flutter/LICENSE
25432543ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterApplication.mm + ../../../flutter/LICENSE
25442544ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterBackingStore.h + ../../../flutter/LICENSE
25452545ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterBackingStore.mm + ../../../flutter/LICENSE
@@ -5055,7 +5055,7 @@ FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/Accessibilit
50555055FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMac.mm
50565056FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMacTest.mm
50575057FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppDelegate.mm
5058- FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppDelegate_internal .h
5058+ FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppDelegate_Internal .h
50595059FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterApplication.mm
50605060FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterBackingStore.h
50615061FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterBackingStore.mm
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ - (NSString*)applicationName;
2121
2222@implementation FlutterAppDelegate
2323
24+ // TODO(stuartmorgan): Implement application lifecycle forwarding to plugins here, as is done
25+ // on iOS. Currently macOS plugins don't have access to lifecycle messages.
26+
2427- (instancetype )init {
2528 if (self = [super init ]) {
2629 _terminationHandler = nil ;
You can’t perform that action at this time.
0 commit comments