chore: update iOS project files

This commit is contained in:
Tien Do Nam
2023-11-01 15:13:03 +01:00
parent 4bf728bd14
commit 247e1d20de
4 changed files with 15 additions and 8 deletions
+2
View File
@@ -2,6 +2,7 @@
# git reset --hard origin/main
# git pull
cd app
fvm flutter clean
fvm flutter pub get
fvm flutter pub run build_runner build -d
@@ -11,3 +12,4 @@ fvm flutter precache --ios
pod update
)
fvm flutter build ipa
cd ..
+2
View File
@@ -2,7 +2,9 @@
# git reset --hard origin/main
# git pull
cd app
fvm flutter clean
fvm flutter pub get
fvm flutter pub run build_runner build -d
fvm flutter build macos
cd ..
+3 -1
View File
@@ -2,6 +2,7 @@
# git reset --hard origin/main
# git pull
cd app
fvm flutter clean
fvm flutter pub get
fvm flutter pub run build_runner build -d
@@ -22,7 +23,7 @@ echo
create-dmg \
--volname "LocalSend" \
--window-size 500 300 \
--background "scripts/dmg/background.png" \
--background "../scripts/dmg/background.png" \
--icon LocalSend.app 130 110 \
--app-drop-link 360 110 \
LocalSend.dmg \
@@ -49,3 +50,4 @@ echo
echo "Run stapler..."
echo
xcrun stapler staple LocalSend.dmg
cd ..