This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2417,7 +2417,7 @@ ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterCh
2417
2417
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterChannelsTest.m + ../../../flutter/LICENSE
2418
2418
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterCodecs.mm + ../../../flutter/LICENSE
2419
2419
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodec.mm + ../../../flutter/LICENSE
2420
- ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodecHelper.c + ../../../flutter/LICENSE
2420
+ ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodecHelper.mm + ../../../flutter/LICENSE
2421
2421
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodecHelper.h + ../../../flutter/LICENSE
2422
2422
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodec_Internal.h + ../../../flutter/LICENSE
2423
2423
ORIGIN: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.h + ../../../flutter/LICENSE
@@ -4874,7 +4874,7 @@ FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterChan
4874
4874
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterChannelsTest.m
4875
4875
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterCodecs.mm
4876
4876
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodec.mm
4877
- FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodecHelper.c
4877
+ FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodecHelper.mm
4878
4878
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodecHelper.h
4879
4879
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodec_Internal.h
4880
4880
FILE: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.h
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ source_set("flutter_channels_arc") {
47
47
" common/framework/Source/FlutterChannels.mm" ,
48
48
" common/framework/Source/FlutterCodecs.mm" ,
49
49
" common/framework/Source/FlutterStandardCodec.mm" ,
50
- " common/framework/Source/FlutterStandardCodecHelper.c " ,
50
+ " common/framework/Source/FlutterStandardCodecHelper.mm " ,
51
51
" common/framework/Source/FlutterStandardCodec_Internal.h" ,
52
52
]
53
53
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ source_set("framework_shared") {
37
37
" framework/Source/FlutterChannels.mm" ,
38
38
" framework/Source/FlutterCodecs.mm" ,
39
39
" framework/Source/FlutterStandardCodec.mm" ,
40
- " framework/Source/FlutterStandardCodecHelper.c " ,
40
+ " framework/Source/FlutterStandardCodecHelper.mm " ,
41
41
" framework/Source/FlutterStandardCodec_Internal.h" ,
42
42
]
43
43
File renamed without changes.
You can’t perform that action at this time.
0 commit comments