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
+8 -7
View File
@@ -43,6 +43,7 @@ PODS:
- Flutter (1.0.0)
- gal (1.0.0):
- Flutter
- FlutterMacOS
- image_picker_ios (0.0.1):
- Flutter
- network_info_plus (0.0.1):
@@ -62,9 +63,9 @@ PODS:
- Flutter
- FlutterMacOS
- ReachabilitySwift (5.0.0)
- SDWebImage (5.18.0):
- SDWebImage/Core (= 5.18.0)
- SDWebImage/Core (5.18.0)
- SDWebImage (5.18.3):
- SDWebImage/Core (= 5.18.3)
- SDWebImage/Core (5.18.3)
- share_handler_ios (0.0.11):
- Flutter
- share_handler_ios/share_handler_ios_models (= 0.0.11)
@@ -93,7 +94,7 @@ DEPENDENCIES:
- file_picker (from `.symlinks/plugins/file_picker/ios`)
- file_selector_ios (from `.symlinks/plugins/file_selector_ios/ios`)
- Flutter (from `Flutter`)
- gal (from `.symlinks/plugins/gal/ios`)
- gal (from `.symlinks/plugins/gal/darwin`)
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
- network_info_plus (from `.symlinks/plugins/network_info_plus/ios`)
- open_filex (from `.symlinks/plugins/open_filex/ios`)
@@ -130,7 +131,7 @@ EXTERNAL SOURCES:
Flutter:
:path: Flutter
gal:
:path: ".symlinks/plugins/gal/ios"
:path: ".symlinks/plugins/gal/darwin"
image_picker_ios:
:path: ".symlinks/plugins/image_picker_ios/ios"
network_info_plus:
@@ -170,7 +171,7 @@ SPEC CHECKSUMS:
file_picker: ce3938a0df3cc1ef404671531facef740d03f920
file_selector_ios: 8c25d700d625e1dcdd6599f2d927072f2254647b
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
gal: a7198871e0d63bdffb906fbbcc9e16b58031a357
gal: 61e868295d28fe67ffa297fae6dacebf56fd53e1
image_picker_ios: 4a8aadfbb6dc30ad5141a2ce3832af9214a705b5
network_info_plus: 6d0c3eb8367b8164fa3fb0c19875e3f59d49697f
open_filex: 6e26e659846ec990262224a12ef1c528bb4edbe4
@@ -180,7 +181,7 @@ SPEC CHECKSUMS:
permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6
photo_manager: 4f6810b7dfc4feb03b461ac1a70dacf91fba7604
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
SDWebImage: 182830bcddc30cde95fbc60dfe4badc3553d94ba
SDWebImage: 96e0c18ef14010b7485210e92fac888587ebb958
share_handler_ios: ae3584532280673e02aacdf77f2cdfb2c96b9211
share_handler_ios_models: fc638c9b4330dc7f082586c92aee9dfa0b87b871
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
+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 ..