Skip to content

Commit 8ad6c75

Browse files
committed
rename complete
1 parent 763153c commit 8ad6c75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/firebaseai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- '.github/workflows/common.yml'
99
- '.github/workflows/common_cocoapods.yml'
1010
- 'scripts/quickstart_build_spm.sh'
11-
- 'scripts/quickstart_spm_xcodeproj.sh'
11+
- 'scripts/update_firebase_spm_dependency.sh'
1212
- 'Gemfile*'
1313
# Do not run for documentation-only PRs.
1414
- '!**.md'

scripts/quickstart_build_spm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ git clone https://github.com/firebase/quickstart-ios.git
3434

3535
cd quickstart-ios
3636

37-
source "$scripts_dir/quickstart_spm_xcodeproj.sh" "$SAMPLE_XCODEPROJ" --branch "$BRANCH_NAME"
37+
source "$scripts_dir/update_firebase_spm_dependency.sh" "$SAMPLE_XCODEPROJ" --branch "$BRANCH_NAME"
3838

3939
# Placeholder GoogleService-Info.plist good enough for build only testing.
4040
cp ./mock-GoogleService-Info.plist ./firebaseai/GoogleService-Info.plist

0 commit comments

Comments
 (0)