Skip to content

Commit 5deec14

Browse files
authored
fix(zip): Fix Messaging zip quickstart (#15418)
1 parent 13ef3c0 commit 5deec14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/zip.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,10 @@ jobs:
577577
"${HOME}"/ios_frameworks/Firebase/FirebaseAnalytics/*
578578
- name: Setup swift quickstart
579579
run: SAMPLE="$SDK" TARGET="${SDK}ExampleSwift" scripts/setup_quickstart_framework.sh
580+
- name: Add frameworks to Crashlytics watchOS target
581+
run: |
582+
cd quickstart-ios/messaging
583+
"${GITHUB_WORKSPACE}"/quickstart-ios/scripts/add_framework_script.rb --sdk Messaging --target NotificationServiceExtension --framework_path Firebase/
580584
- name: Install Secret GoogleService-Info.plist
581585
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-messaging.plist.gpg \
582586
quickstart-ios/messaging/GoogleService-Info.plist "$plist_secret"

0 commit comments

Comments
 (0)