From 2d662cfcc3abcbb72d3c1e8592dd6a19b50256b3 Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:49:44 -0500 Subject: [PATCH] Mark release note as SwiftPM / CocoaPods specific --- FirebaseCore/CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/FirebaseCore/CHANGELOG.md b/FirebaseCore/CHANGELOG.md index 482499071b6..79ec5d5f636 100644 --- a/FirebaseCore/CHANGELOG.md +++ b/FirebaseCore/CHANGELOG.md @@ -1,7 +1,8 @@ # Firebase 10.22.1 -- Fix app validation issues on Xcode 15.3 for those using the - `FirebaseAnalyticsOnDeviceConversion` SDK. This issue was caused by embedding - an incomplete `Info.plist` from a dependency of the SDK. (#12441) +- [Swift Package Manager / CocoaPods] Fix app validation issues on Xcode 15.3 + for those using the `FirebaseAnalyticsOnDeviceConversion` SDK. This issue was + caused by embedding an incomplete `Info.plist` from a dependency of the SDK. + (#12441) # Firebase 10.22.0 - [Swift Package Manager] Firebase now enforces a Swift 5.7.1 minimum version,