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

Commit 3a9683c

Browse files
committed
Fix quotes
1 parent ab8b35f commit 3a9683c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/scenario_app/bin/run_ios_tests.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Future<void> _run(
141141
xcodeBuildExtraArgs: [
142142
// Plist with `FTEEnableImpeller=NO`; all projects in the workspace require this file.
143143
// For example, `FlutterAppExtensionTestHost` has a dummy file under the below directory.
144-
r'INFOPLIST_FILE="$(TARGET_NAME)/Info_Skia.plist"',
144+
r'INFOPLIST_FILE=$(TARGET_NAME)/Info_Skia.plist',
145145
],
146146
);
147147
cleanup.add(process.kill);

0 commit comments

Comments
 (0)