Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 2484ae1

Browse files
authored
Revert "iOS: Migrate FlutterEngine to ARC (#55590)" (#55699)
Causing flakes on the _Mac mac_unopt (Cocoon)_ shard. This reverts commit 449df25. Issue: flutter/flutter#156177 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent ffacad9 commit 2484ae1

File tree

5 files changed

+377
-269
lines changed

5 files changed

+377
-269
lines changed

shell/platform/darwin/ios/BUILD.gn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ source_set("flutter_framework_source_arc") {
7070
"framework/Source/FlutterDartVMServicePublisher.mm",
7171
"framework/Source/FlutterEmbedderKeyResponder.h",
7272
"framework/Source/FlutterEmbedderKeyResponder.mm",
73-
"framework/Source/FlutterEngine.mm",
7473
"framework/Source/FlutterEngineGroup.mm",
75-
"framework/Source/FlutterEngine_Internal.h",
7674
"framework/Source/FlutterHeadlessDartRunner.mm",
7775
"framework/Source/FlutterKeyPrimaryResponder.h",
7876
"framework/Source/FlutterKeySecondaryResponder.h",
@@ -188,6 +186,8 @@ source_set("flutter_framework_source") {
188186
# iOS embedder is migrating to ARC.
189187
# New files are highly encouraged to be in ARC.
190188
# To add new files in ARC, add them to the `flutter_framework_source_arc` target.
189+
"framework/Source/FlutterEngine.mm",
190+
"framework/Source/FlutterEngine_Internal.h",
191191
"framework/Source/FlutterViewController.mm",
192192
"framework/Source/FlutterViewController_Internal.h",
193193
"platform_view_ios.h",

0 commit comments

Comments
 (0)