mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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.
This commit is contained in:
parent
bb5663d2d8
commit
64a1ce011a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user