Skip to content

Commit 7575b77

Browse files
daymxnncooke3
andauthored
chore(m172): Update firestore target for release (#15374)
Co-authored-by: Nick Cooke <[email protected]>
1 parent a935ee3 commit 7575b77

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.github/workflows/spm.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ jobs:
113113
run: scripts/setup_spm_tests.sh
114114
- name: iOS Device and Test Build
115115
run: scripts/third_party/travis/retry.sh ./scripts/build.sh Firebase-Package iOS-device spmbuildonly
116+
- uses: actions/upload-artifact@v4
117+
if: ${{ failure() }}
118+
with:
119+
name: spm-ios-device-${{ matrix.os }}-${{ matrix.xcode }}-xcodebuild-build.log
120+
path: xcodebuild-build.log
116121

117122
platforms:
118123
# Don't run on private repo unless it is a PR.
@@ -148,3 +153,9 @@ jobs:
148153
run: scripts/third_party/travis/retry.sh ./scripts/build.sh version-test ${{ matrix.target }} spm
149154
- name: Analytics Build Tests
150155
run: scripts/third_party/travis/retry.sh ./scripts/build.sh analytics-import-test ${{ matrix.target }} spm
156+
- uses: actions/upload-artifact@v4
157+
if: ${{ failure() }}
158+
with:
159+
name: spm-platforms-${{ matrix.target }}-${{ matrix.os }}-${{ matrix.xcode }}-logs
160+
path: xcodebuild-*.log
161+

Firestore/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 12.4.0
2+
- [fixed] Implemented an internal workaround to fix
3+
[CVE-2025-0838](https://nvd.nist.gov/vuln/detail/CVE-2025-0838). (#15300)
4+
15
# 12.1.0
26
- [fixed] Fixed accidental removal of `pod "Firebase/Firestore"` for tvOS in 12.0.0.
37

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,8 +1566,8 @@ func firestoreTargets() -> [Target] {
15661566
} else {
15671567
return .binaryTarget(
15681568
name: "FirebaseFirestoreInternal",
1569-
url: "https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip",
1570-
checksum: "e7add08e9044ef45f7923d0b9ea5518ddc66b090d3f7e9455382f769e74c48c4"
1569+
url: "https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip",
1570+
checksum: "58b916624c01a56c5de694cfc9c5cc7aabcafb13b54e7bde8c83bacc51a3460d"
15711571
)
15721572
}
15731573
}()

0 commit comments

Comments
 (0)