Skip to content

Commit aaf4bd0

Browse files
authored
Add step to generate Flutter plugin registrants
Added step to generate Flutter plugin registrants during the build process.
1 parent b55a7e9 commit aaf4bd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-ios.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Install dependencies
4040
run: flutter pub get
4141

42+
- name: Generate Flutter plugin registrants
43+
run: flutter pub get && flutter build ios --config-only
44+
4245
- name: Setup Xcode
4346
uses: maxim-lobanov/setup-xcode@v1
4447
with:

0 commit comments

Comments
 (0)