We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670d98e commit c456d67Copy full SHA for c456d67
.github/workflows/ci_spm.yaml
@@ -27,8 +27,10 @@ jobs:
27
- name: Cleans up iOS project
28
run: |
29
pod deintegrate
30
- echo "#include \"Generated.xcconfig\"\n" > Flutter/Debug.xcconfig
31
- echo "#include \"Generated.xcconfig\"\n" > Flutter/Release.xcconfig
+ echo "#include \"Generated.xcconfig\""\n" > Flutter/Debug.xcconfig
+ cat Flutter/Debug.xcconfig
32
+ echo "#include \"Generated.xcconfig\""\n" > Flutter/Release.xcconfig
33
+ cat Flutter/Release.xcconfig
34
working-directory: example/ios
35
- name: Build iOS
36
run: flutter build ios
0 commit comments