Skip to content

Commit

Permalink
Add CHANGELOG entry for renamed frameworks (#12450)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Feb 29, 2024
1 parent d8e9044 commit bced773
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 9 additions & 1 deletion FirebaseCore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@
`Firebase.zip` have been updated for Xcode 15 users. The updated instructions
call for embedding SDKs dragged in from the `Firebase.zip`. This will enable
Xcode's tooling to detect privacy manifests bundled within the xcframework.

- [Zip Distribution] Several xcframeworks have been renamed to resolve the above
Xcode 15.3 validation issues. Please ensure that the following renamed
xcframeworks are removed from your project when upgrading (#12437, #12447):
- `abseil.xcframework` to `absl.xcframework`
- `BoringSSL-gRPC.xcframework` to `openssl_grpc.xcframework`
- `gRPC-Core.xcframework` to `grpc.xcframework`
- `gRPC-C++.xcframework` to `grpcc.xcframework`
- `leveldb-library.xcframework` to `leveldb.xcframework`
- `PromisesSwift.xcframework` to `Promises.xcframework`

# Firebase 10.21.0
- Firebase now requires at least CocoaPods version 1.12.0 to enable privacy
Expand Down
4 changes: 0 additions & 4 deletions Firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# 10.22.0
- [fixed] Fix the flaky offline behaviour when using `arrayRemove` on `Map` object. (#12378)
- [Zip Distribution] Renamed `gRPC-C++.xcframework` to `grpcc.xcframework`,
matching the module name, to work around an issue introduced in Xcode 15.3
with `+` characters in framework names. (#12437)
- Please ensure that `gRPC-C++.xcframework` is removed when upgrading.

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

0 comments on commit bced773

Please sign in to comment.