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 1
1
# 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 ).
4
7
5
8
# 10.25.0
6
9
- [ 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 {
79
79
}
80
80
// When embedding static frameworks from the zip distribution, the Xcode
81
81
// will copy the resources into the framework's directory.
82
- // TODO(Firebase 11): Remove when Firebase.zip is composed of dynamic
83
- // frameworks.
84
82
NSBundle *frameworkBundle = [NSBundle
85
83
bundleWithURL:
86
84
[NSBundle .mainBundle.bundleURL
You can’t perform that action at this time.
0 commit comments