Skip to content

Commit bced773

Browse files
authored
Add CHANGELOG entry for renamed frameworks (#12450)
1 parent d8e9044 commit bced773

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

FirebaseCore/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@
1515
`Firebase.zip` have been updated for Xcode 15 users. The updated instructions
1616
call for embedding SDKs dragged in from the `Firebase.zip`. This will enable
1717
Xcode's tooling to detect privacy manifests bundled within the xcframework.
18-
18+
- [Zip Distribution] Several xcframeworks have been renamed to resolve the above
19+
Xcode 15.3 validation issues. Please ensure that the following renamed
20+
xcframeworks are removed from your project when upgrading (#12437, #12447):
21+
- `abseil.xcframework` to `absl.xcframework`
22+
- `BoringSSL-gRPC.xcframework` to `openssl_grpc.xcframework`
23+
- `gRPC-Core.xcframework` to `grpc.xcframework`
24+
- `gRPC-C++.xcframework` to `grpcc.xcframework`
25+
- `leveldb-library.xcframework` to `leveldb.xcframework`
26+
- `PromisesSwift.xcframework` to `Promises.xcframework`
1927

2028
# Firebase 10.21.0
2129
- Firebase now requires at least CocoaPods version 1.12.0 to enable privacy

Firestore/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# 10.22.0
22
- [fixed] Fix the flaky offline behaviour when using `arrayRemove` on `Map` object. (#12378)
3-
- [Zip Distribution] Renamed `gRPC-C++.xcframework` to `grpcc.xcframework`,
4-
matching the module name, to work around an issue introduced in Xcode 15.3
5-
with `+` characters in framework names. (#12437)
6-
- Please ensure that `gRPC-C++.xcframework` is removed when upgrading.
73

84
# 10.21.0
95
- Add an error when trying to build Firestore's binary SPM distribution for

0 commit comments

Comments
 (0)