mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-07 04:29:29 +01:00
9 lines
108 B
Bash
Executable File
9 lines
108 B
Bash
Executable File
#!/bin/sh -ve
|
|
flutter clean
|
|
flutter pub get
|
|
cd ios
|
|
pod install
|
|
pod update
|
|
cd ..
|
|
flutter build ios --release
|