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 551cfd7 commit 94f989fCopy full SHA for 94f989f
.github/workflows/firebaseai.yml
@@ -78,9 +78,7 @@ jobs:
78
with:
79
product: ${{ matrix.product }}
80
supports_swift6: true
81
- setup_command: |
82
- scripts/update_vertexai_responses.sh; \
83
- sed -i "" "s/s.swift_version[[:space:]]*=[[:space:]]*'5.9'/s.swift_version = '6.0'/" ${{ matrix.product }}.podspec
+ setup_command: scripts/update_vertexai_responses.sh
84
85
quickstart:
86
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
0 commit comments