Skip to content

Commit

Permalink
add release notes and privacy manifest for interop (#12464)
Browse files Browse the repository at this point in the history
  • Loading branch information
themiswang committed Mar 8, 2024
1 parent 5024a9f commit 47ed633
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased
- [added] Updated upload-symbols to 13.7 with VisionPro build phase support. (#12306)
- [changed] Added support for Crashlytics to report information from Remote Config.

# 10.22.0
- [fixed] Force validation or rotation of FIDs for FirebaseSessions.
Expand Down
3 changes: 3 additions & 0 deletions FirebaseRemoteConfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unreleased
- [changed] Add support for other Firebase products to integrate with Remote Config.

# 10.17.0
- [feature] The `FirebaseRemoteConfig` module now contains Firebase Remote
Config's Swift-only APIs that were previously only available via the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public let shared = Manifest(
Pod("FirebaseMessagingInterop"),
Pod("FirebaseInstallations"),
Pod("FirebaseSessions"),
Pod("FirebaseRemoteConfigInterop"),
Pod("GoogleAppMeasurement", isClosedSource: true),
Pod("GoogleAppMeasurementOnDeviceConversion", isClosedSource: true, platforms: ["ios"]),
Pod("FirebaseAnalytics", isClosedSource: true, zip: true),
Expand Down

0 comments on commit 47ed633

Please sign in to comment.