update ios

This commit is contained in:
hiddify
2023-12-26 11:35:49 +03:30
parent 57c58b69b4
commit 887b561c92
3 changed files with 9 additions and 4 deletions

View File

@@ -144,11 +144,16 @@ release: # Create a new tag for release.
ios-temp-prepare:
flutter upgrade
flutter clean
flutter pub upgrade
make prepare platform=ios
#make prepare platform=ios
make get-geo-assets
make get
make gen
make translate
flutter build ios-framework
cd ios
pod install
#pod install
cd ..
flutter run
#Link the built App and Flutter and url_launcher_ios frameworks (or all created frameworks? i dunno, but i tried) from Release folder to Xcode project in Runner targets Build Phases as Linked