From 289a400e8c1e5ccff7fee507ba2d172e32884c36 Mon Sep 17 00:00:00 2001 From: Nguyen Thai Date: Mon, 10 Jun 2024 11:29:37 +0700 Subject: [PATCH] Removed xcbeautify installation because it's preinstalled on runners --- scripts/prepare-ios.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/prepare-ios.sh b/scripts/prepare-ios.sh index fc43cb8167..fb718bcc3e 100755 --- a/scripts/prepare-ios.sh +++ b/scripts/prepare-ios.sh @@ -1,6 +1,4 @@ #!/usr/bin/env bash flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs -# Use alternate beautifier -brew install xcbeautify cd ios pod install && pod update