Skip to content

Commit

Permalink
[Release] Update FIAM changelog to reflect 10.26.0 (#12919)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed May 8, 2024
1 parent 08014e7 commit 173fb94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 5 additions & 2 deletions FirebaseInAppMessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Unreleased
- [fixed] Fixed crash at app start that affected SwiftPM users and CocoaPods
users using static frameworks (#12882).
- [fixed] Fixed crash at app start that affected CocoaPods users using static
frameworks (#12882).

# 10.26.0
- [fixed] Fixed crash at app start that affected SwiftPM users (#12882).

# 10.25.0
- [changed] Removed usages of user defaults API to eliminate required reason
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ + (NSBundle *)getViewResourceBundle {
}
// When embedding static frameworks from the zip distribution, the Xcode
// will copy the resources into the framework's directory.
// TODO(Firebase 11): Remove when Firebase.zip is composed of dynamic
// frameworks.
NSBundle *frameworkBundle = [NSBundle
bundleWithURL:
[NSBundle.mainBundle.bundleURL
Expand Down

0 comments on commit 173fb94

Please sign in to comment.