Skip to content

Commit eb1d249

Browse files
authored
chore: Remove outdated TODO (#15451)
1 parent 9c40066 commit eb1d249

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/zip.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -394,23 +394,11 @@ jobs:
394394
"${GITHUB_WORKSPACE}"/quickstart-ios/scripts/add_framework_script.rb --sdk "Crashlytics" --target "CrashlyticsExample_(watchOS)_Extension" --framework_path Firebase/
395395
- name: Patch Crashlytics Run Script Path
396396
run: scripts/patch_crashlytics_run_path.rb
397-
# TODO(#8057): Restore Swift Quickstart
398-
# - name: Setup swift quickstart
399-
# env:
400-
# LEGACY: true
401-
# run: |
402-
# SAMPLE="$SDK" TARGET="${SDK}ExampleSwift" NON_FIREBASE_SDKS="ReachabilitySwift" scripts/setup_quickstart_framework.sh \
403-
# "${HOME}"/ios_frameworks/Firebase/NonFirebaseSDKs/*
404397
- name: Install Secret GoogleService-Info.plist
405398
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-crashlytics.plist.gpg \
406399
quickstart-ios/crashlytics/GoogleService-Info.plist "$plist_secret"
407400
- name: Test Quickstart
408401
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")
409-
# TODO(#8057): Restore Swift Quickstart
410-
# - name: Test Swift Quickstart
411-
# env:
412-
# LEGACY: true
413-
# run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}" swift)
414402
- uses: actions/upload-artifact@v4
415403
if: failure()
416404
with:

0 commit comments

Comments
 (0)