From 7a654d54f00370208ef019119329dffb01617ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E9=94=8B?= <2535831261@qq.com> Date: Tue, 9 Jun 2026 15:28:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E4=B8=80=E9=94=AE?= =?UTF-8?q?=E6=B8=85=E9=99=A4=E9=A1=B9=E7=9B=AE=E7=BC=93=E5=AD=98=20sh=20?= =?UTF-8?q?=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clean.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 clean.sh diff --git a/clean.sh b/clean.sh new file mode 100644 index 0000000..f820f0f --- /dev/null +++ b/clean.sh @@ -0,0 +1,7 @@ +flutter clean +flutter pub get +rm -rf ios/Pods +rm -rf ios/Podfile.lock +cd ios +pod install +cd ..