File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments