Skip to content

Commit

Permalink
Updates CI settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonble committed Sep 26, 2024
1 parent c456d67 commit c171c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_spm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Cleans up iOS project
run: |
pod deintegrate
echo "#include \"Generated.xcconfig\""\n" > Flutter/Debug.xcconfig
echo "#include \"Generated.xcconfig\"" > Flutter/Debug.xcconfig
cat Flutter/Debug.xcconfig
echo "#include \"Generated.xcconfig\""\n" > Flutter/Release.xcconfig
echo "#include \"Generated.xcconfig\"" > Flutter/Release.xcconfig
cat Flutter/Release.xcconfig
working-directory: example/ios
- name: Build iOS
Expand Down

0 comments on commit c171c8d

Please sign in to comment.