Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: ./.github/workflows/common_quickstart.yml
with:
product: ABTesting
setup_command: scripts/setup_quickstart_spm.sh abtesting
setup_command: scripts/setup_quickstart.sh abtesting
plist_src_path: scripts/gha-encrypted/qs-abtesting.plist.gpg
plist_dst_path: quickstart-ios/abtesting/GoogleService-Info.plist
secrets:
Expand All @@ -69,7 +69,7 @@ jobs:
with:
python-version: '3.11'
- name: Setup quickstart
run: scripts/setup_quickstart_spm.sh abtesting
run: scripts/setup_quickstart.sh abtesting
- name: Install Secret GoogleService-Info.plist
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-abtesting.plist.gpg \
quickstart-ios/abtesting/GoogleService-Info.plist "$plist_secret"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: ./.github/workflows/common_quickstart.yml
with:
product: Authentication
setup_command: scripts/setup_quickstart_spm.sh authentication
setup_command: scripts/setup_quickstart.sh authentication
plist_src_path: scripts/gha-encrypted/qs-authentication.plist.gpg
plist_dst_path: quickstart-ios/authentication/GoogleService-Info.plist
run_tests: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/crashlytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: ./.github/workflows/common_quickstart.yml
with:
product: Crashlytics
setup_command: scripts/setup_quickstart_spm.sh crashlytics
setup_command: scripts/setup_quickstart.sh crashlytics
plist_src_path: scripts/gha-encrypted/qs-crashlytics.plist.gpg
plist_dst_path: quickstart-ios/crashlytics/GoogleService-Info.plist
secrets:
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
- name: Setup quickstart
run: scripts/setup_quickstart_spm.sh crashlytics
run: scripts/setup_quickstart.sh crashlytics
- name: Install Secret GoogleService-Info.plist
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-crashlytics.plist.gpg \
quickstart-ios/crashlytics/GoogleService-Info.plist "$plist_secret"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: ./.github/workflows/common_quickstart.yml
with:
product: Database
setup_command: scripts/setup_quickstart_spm.sh database
setup_command: scripts/setup_quickstart.sh database
plist_src_path: scripts/gha-encrypted/qs-database.plist.gpg
plist_dst_path: quickstart-ios/database/GoogleService-Info.plist
run_tests: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ jobs:
# uses: ./.github/workflows/common_quickstart.yml
# with:
# product: Firestore
# setup_command: scripts/setup_quickstart_spm.sh firestore
# setup_command: scripts/setup_quickstart.sh firestore
# plist_src_path: scripts/gha-encrypted/qs-firestore.plist.gpg
# plist_dst_path: quickstart-ios/firestore/GoogleService-Info.plist
# run_tests: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/inappmessaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: ./.github/workflows/common_quickstart.yml
with:
product: InAppMessaging
setup_command: scripts/setup_quickstart_spm.sh inappmessaging
setup_command: scripts/setup_quickstart.sh inappmessaging
plist_src_path: scripts/gha-encrypted/qs-inappmessaging.plist.gpg
plist_dst_path: quickstart-ios/inappmessaging/GoogleService-Info.plist
run_tests: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/installations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: ./.github/workflows/common_quickstart.yml
with:
product: Installations
setup_command: scripts/setup_quickstart_spm.sh installations
setup_command: scripts/setup_quickstart.sh installations
plist_src_path: scripts/gha-encrypted/Installations/GoogleService-Info.plist.gpg
plist_dst_path: quickstart-ios/installations/GoogleService-Info.plist
secrets:
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
- name: Setup quickstart
run: scripts/setup_quickstart_spm.sh installations
run: scripts/setup_quickstart.sh installations
- name: Copy mock plist
run: cp quickstart-ios/mock-GoogleService-Info.plist quickstart-ios/installations/GoogleService-Info.plist
- name: Build quickstart
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: ./.github/workflows/common_quickstart.yml
with:
product: Messaging
setup_command: scripts/setup_quickstart_spm.sh messaging
setup_command: scripts/setup_quickstart.sh messaging
plist_src_path: scripts/gha-encrypted/qs-messaging.plist.gpg
plist_dst_path: quickstart-ios/messaging/GoogleService-Info.plist
run_tests: false
Expand All @@ -105,7 +105,7 @@ jobs:
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
- name: Setup quickstart
run: scripts/setup_quickstart_spm.sh messaging
run: scripts/setup_quickstart.sh messaging
- name: Install Secret GoogleService-Info.plist
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-messaging.plist.gpg \
quickstart-ios/messaging/GoogleService-Info.plist "$plist_secret"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: ./.github/workflows/common_quickstart.yml
with:
product: Performance
setup_command: scripts/setup_quickstart_spm.sh performance
setup_command: scripts/setup_quickstart.sh performance
plist_src_path: scripts/gha-encrypted/qs-performance.plist.gpg
plist_dst_path: quickstart-ios/performance/GoogleService-Info.plist
secrets:
Expand All @@ -104,7 +104,7 @@ jobs:
- name: Install xcpretty
run: gem install xcpretty
- name: Setup quickstart
run: scripts/setup_quickstart_spm.sh performance
run: scripts/setup_quickstart.sh performance
- name: Install Secret GoogleService-Info.plist
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-performance.plist.gpg \
quickstart-ios/performance/GoogleService-Info.plist "$plist_secret"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
- name: Setup testing repo and quickstart
run: scripts/setup_quickstart_spm.sh ${{ matrix.product }} prerelease_testing
run: scripts/setup_quickstart.sh ${{ matrix.product }} prerelease_testing
- name: Install Secret GoogleService-Info.plist
run: |
scripts/decrypt_gha_secret.sh \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Prereqs
run: gem install xcpretty
- name: Setup testing repo and quickstart
run: scripts/setup_quickstart_spm.sh ${{ matrix.product }} nightly_release_testing
run: scripts/setup_quickstart.sh ${{ matrix.product }} nightly_release_testing
- name: Install Secret GoogleService-Info.plist
run: |
scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-${{ matrix.product }}.plist.gpg \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remoteconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: ./.github/workflows/common_quickstart.yml
with:
product: Config
setup_command: scripts/setup_quickstart_spm.sh config
setup_command: scripts/setup_quickstart.sh config
plist_src_path: scripts/gha-encrypted/qs-config.plist.gpg
plist_dst_path: quickstart-ios/config/GoogleService-Info.plist
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: ./.github/workflows/common_quickstart.yml
with:
product: Storage
setup_command: scripts/setup_quickstart_spm.sh storage
setup_command: scripts/setup_quickstart.sh storage
plist_src_path: scripts/gha-encrypted/qs-storage.plist.gpg
plist_dst_path: quickstart-ios/storage/GoogleService-Info.plist
run_tests: false
Expand Down
Loading
Loading