Skip to content

Commit c13f450

Browse files
Working on iOS GitHub CI
1 parent ebfc60b commit c13f450

File tree

1 file changed

+0
-1
lines changed
  • packages/flutter_test_runners/lib/src/platform_comms/ios

1 file changed

+0
-1
lines changed

packages/flutter_test_runners/lib/src/platform_comms/ios/xcrun.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ class Xcrun {
131131
final process = await Process.start(
132132
"sh",
133133
["-c", "xcrun simctl terminate booted $appBundleId"],
134-
runInShell: true,
135134
);
136135
print("terminate command process was started");
137136

0 commit comments

Comments
 (0)