File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -342,10 +342,14 @@ jobs:
342342 find "${GITHUB_WORKSPACE}" -name "Firebase*latest.zip" -exec unzip -d "${HOME}"/ios_frameworks/ {} +
343343 - uses : actions/checkout@v4
344344 - name : Setup quickstart
345- run : |
345+ run : |
346346 SAMPLE="$SDK" TARGET="${SDK}Example" scripts/setup_quickstart_framework.sh \
347347 "${HOME}"/ios_frameworks/Firebase/FirebaseCrashlytics/* \
348348 "${HOME}"/ios_frameworks/Firebase/FirebaseAnalytics/*
349+ - name : Add frameworks to Crashlytics watchOS target
350+ run : |
351+ cd quickstart-ios/crashlytics
352+ "${GITHUB_WORKSPACE}"/quickstart-ios/scripts/add_framework_script.rb --sdk "Crashlytics" --target "CrashlyticsExample_(watchOS)_Extension" --framework_path Firebase/
349353 # TODO(#8057): Restore Swift Quickstart
350354 # - name: Setup swift quickstart
351355 # env:
You can’t perform that action at this time.
0 commit comments