Unverified Commit 64a1ce01 authored by Danny Tuppeny's avatar Danny Tuppeny Committed by GitHub

Change "Starting Xcode build" text to "Running xcode build" (#27181)

This status shows for the duration of the run, not just while starting. It looks kinda weird in the editors to show a progress bar for "Starting Xcode build" and then removing it once it completes.
parent bb5663d2
......@@ -486,7 +486,7 @@ Future<XcodeBuildResult> buildXcodeProject({
}
final Stopwatch buildStopwatch = Stopwatch()..start();
initialBuildStatus = logger.startProgress('Starting Xcode build...', timeout: kFastOperation);
initialBuildStatus = logger.startProgress('Running Xcode build...', timeout: kFastOperation);
final RunResult buildResult = await runAsync(
buildCommands,
workingDirectory: app.project.hostAppRoot.path,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment