Skip to content

Commit 317a553

Browse files
authored
[Release] Update FIAM changelog to reflect 10.26.0 (#12919)
1 parent 2bac0dd commit 317a553

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

FirebaseInAppMessaging/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Unreleased
2-
- [fixed] Fixed crash at app start that affected SwiftPM users and CocoaPods
3-
users using static frameworks (#12882).
2+
- [fixed] Fixed crash at app start that affected CocoaPods users using static
3+
frameworks (#12882).
4+
5+
# 10.26.0
6+
- [fixed] Fixed crash at app start that affected SwiftPM users (#12882).
47

58
# 10.25.0
69
- [changed] Removed usages of user defaults API to eliminate required reason

FirebaseInAppMessaging/Sources/DefaultUI/FIRIAMDefaultDisplayImpl.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ + (NSBundle *)getViewResourceBundle {
7979
}
8080
// When embedding static frameworks from the zip distribution, the Xcode
8181
// will copy the resources into the framework's directory.
82-
// TODO(Firebase 11): Remove when Firebase.zip is composed of dynamic
83-
// frameworks.
8482
NSBundle *frameworkBundle = [NSBundle
8583
bundleWithURL:
8684
[NSBundle.mainBundle.bundleURL

0 commit comments

Comments
 (0)