Skip to content

Commit 46472cd

Browse files
committed
[CI] precache IOS
1 parent 1e25d6a commit 46472cd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ios_build_and_commit_files.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
.flutter/bin/dart run melos flutter-clean
3737
rm app/ios/podfile.lock
3838
.flutter/bin/dart run melos pub-get
39+
.flutter/bin/dart run melos precache-ios
3940
cd app/ios
4041
pod install
4142

melos.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ scripts:
112112
run: cd app && flutter build appbundle --release --flavor play
113113
description: "Build an appbundle file ready to be submitted to the google play console"
114114

115+
precache-ios:
116+
run: cd app && flutter precache –ios
117+
description: "Precache IOS - needed for manual pod install"
118+
115119
build-ipa-release:
116120
run: cd app && flutter build ios --release --export-options-plist ios/ExportOptions.plist
117121
description: "Build a signed IPA"

0 commit comments

Comments
 (0)