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