Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] Update FIAM changelog to reflect 10.26.0 #12919

Merged
merged 2 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading