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 2125f01 commit d7161b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_spm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Cleans up macOS 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: ${{ github.workspace }}/flutter_platform_alert/example/macos
- name: Build macOS
Expand All @@ -41,9 +41,9 @@ jobs:
run: |
pod deintegrate
rm Podfile
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: ${{ github.workspace }}/flutter_platform_alert/example/ios
- name: Build iOS
Expand Down

0 comments on commit d7161b9

Please sign in to comment.