From dc0a98b2022bca6376d317f89655e6ebedcfa525 Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:55:27 -0500 Subject: [PATCH 1/2] [Release] Update Firestore binary for 11.7.0 --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index eabc8ae90a1..bd43974bb0b 100644 --- a/Package.swift +++ b/Package.swift @@ -1505,8 +1505,8 @@ func firestoreTargets() -> [Target] { } else { return .binaryTarget( name: "FirebaseFirestoreInternal", - url: "https://dl.google.com/firebase/ios/bin/firestore/11.6.0/rc0/FirebaseFirestoreInternal.zip", - checksum: "ad9d6cf31120ba0a91dbb9ccbe7ad08276a88565f6c79216929ec93a7d436459" + url: "https://dl.google.com/firebase/ios/bin/firestore/11.7.0/rc0/FirebaseFirestoreInternal.zip", + checksum: "08dd8be97322a1c35bdde315376921d145b5c9dd9bb91bbdbb933380556f24f9" ) } }() From e24d44092815d2902411951c028898c49bef4768 Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Wed, 8 Jan 2025 12:03:13 -0500 Subject: [PATCH 2/2] update workflow to trigger fst tests on spm changes --- .github/workflows/firestore.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/firestore.yml b/.github/workflows/firestore.yml index 90c61962c6a..72280447aca 100644 --- a/.github/workflows/firestore.yml +++ b/.github/workflows/firestore.yml @@ -58,6 +58,9 @@ jobs: - 'FirebaseFirestoreInternal.podspec' - 'FirebaseFirestore.podspec' + # Package.swift + - 'Package.swift' + # CMake - '**CMakeLists.txt' - 'cmake/**'