From 3c9f54a5ba0c52bb49d21cb43f4da29db7e26868 Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Mon, 11 Nov 2024 11:31:00 -0500 Subject: [PATCH 1/2] [Performance] Add changelog entry for #14048 --- FirebasePerformance/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FirebasePerformance/CHANGELOG.md b/FirebasePerformance/CHANGELOG.md index b0de57ecb27..ff1a1480648 100644 --- a/FirebasePerformance/CHANGELOG.md +++ b/FirebasePerformance/CHANGELOG.md @@ -1,3 +1,7 @@ +# 11.5.0 +- [fixed] Replaced usage of the deprecated `UIApplication.keyWindow` property + with `UIWindow.isKeyWindow`; this API is also available on visionOS. (#14048) + # 11.4.0 - [fixed] Fix a crash related to thread sanitization on FPRNetworkTrace class (#13581). From 3ab9a430214cf517c40595835f9ddb1f0a082b5f Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Mon, 11 Nov 2024 12:13:35 -0500 Subject: [PATCH 2/2] Add note about CocoaPods / SPM-only until 11.6 --- FirebasePerformance/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FirebasePerformance/CHANGELOG.md b/FirebasePerformance/CHANGELOG.md index ff1a1480648..fd98d461eee 100644 --- a/FirebasePerformance/CHANGELOG.md +++ b/FirebasePerformance/CHANGELOG.md @@ -1,6 +1,8 @@ # 11.5.0 - [fixed] Replaced usage of the deprecated `UIApplication.keyWindow` property - with `UIWindow.isKeyWindow`; this API is also available on visionOS. (#14048) + with `UIWindow.isKeyWindow`; this API is also available on visionOS. Note that + this fix will not be in the 11.5.0 zip and Carthage distributions, but will be + included from 11.6.0 onwards. (#14048) # 11.4.0 - [fixed] Fix a crash related to thread sanitization on FPRNetworkTrace class (#13581).