File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,11 @@ jobs:
113
113
run : scripts/setup_spm_tests.sh
114
114
- name : iOS Device and Test Build
115
115
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
116
121
117
122
platforms :
118
123
# Don't run on private repo unless it is a PR.
@@ -148,3 +153,9 @@ jobs:
148
153
run : scripts/third_party/travis/retry.sh ./scripts/build.sh version-test ${{ matrix.target }} spm
149
154
- name : Analytics Build Tests
150
155
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
+
Original file line number Diff line number Diff line change
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
+
1
5
# 12.1.0
2
6
- [ fixed] Fixed accidental removal of ` pod "Firebase/Firestore" ` for tvOS in 12.0.0.
3
7
Original file line number Diff line number Diff line change @@ -1566,8 +1566,8 @@ func firestoreTargets() -> [Target] {
1566
1566
} else {
1567
1567
return . binaryTarget(
1568
1568
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 "
1571
1571
)
1572
1572
}
1573
1573
} ( )
You can’t perform that action at this time.
0 commit comments