Skip to content

Commit

Permalink
Fix framework names in changelog entry (#12452)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Feb 29, 2024
1 parent bced773 commit 2f30943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FirebaseCore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
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`
- `BoringSSL-GRPC.xcframework` to `openssl_grpc.xcframework`
- `gRPC-Core.xcframework` to `grpc.xcframework`
- `gRPC-C++.xcframework` to `grpcc.xcframework`
- `gRPC-C++.xcframework` to `grpcpp.xcframework`
- `leveldb-library.xcframework` to `leveldb.xcframework`
- `PromisesSwift.xcframework` to `Promises.xcframework`

Expand Down

0 comments on commit 2f30943

Please sign in to comment.