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

Commit 749d990

Browse files
committed
Dummy plist
1 parent 845c504 commit 749d990

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testing/scenario_app/ios/FlutterAppExtensionTestHost/Scenarios/Info_Impeller.plist renamed to testing/scenario_app/ios/FlutterAppExtensionTestHost/Scenarios/Info_Skia.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<dict>
66
<!--This flag does not do anything, it only makes the xcodebuild command happy-->
77
<key>FLTEnableImpeller</key>
8-
<true/>
8+
<false/>
99
<key>UIApplicationSceneManifest</key>
1010
<dict>
1111
<key>UIApplicationSupportsMultipleScenes</key>

testing/scenario_app/ios/Scenarios/ScenariosUITests/GoldenImage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ - (BOOL)compareGoldenToImage:(UIImage*)image rmesThreshold:(double)rmesThreshold
9999
return YES;
100100
}
101101

102-
NS_INLINE NSString* _platformName() {
102+
NS_INLINE NSString* _platformName(void) {
103103
NSString* systemVersion = UIDevice.currentDevice.systemVersion;
104104
NSString* simulatorName =
105105
[[NSProcessInfo processInfo].environment objectForKey:@"SIMULATOR_DEVICE_NAME"];

0 commit comments

Comments
 (0)