Unverified Commit 2476415b authored by stuartmorgan's avatar stuartmorgan Committed by GitHub

Rename macos_build_flutter_assets.sh (#39353)

The name is very misleading at this point, since it does substantially
more than build flutter_assets. Name it more generically as a wrapper
for 'assemble' for macOS builds.
parent 95448616
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# found in the LICENSE file. # found in the LICENSE file.
# TODO(jonahwilliams): refactor this and xcode_backend.sh into one script # TODO(jonahwilliams): refactor this and xcode_backend.sh into one script
# once macOS supports the same configuration as iOS. # once iOS is using 'assemble'.
RunCommand() { RunCommand() {
if [[ -n "$VERBOSE_SCRIPT_LOGGING" ]]; then if [[ -n "$VERBOSE_SCRIPT_LOGGING" ]]; then
echo "♦ $*" echo "♦ $*"
......
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