File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
FirebaseInAppMessaging/Sources/DefaultUI Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,16 @@ + (NSBundle *)getViewResourceBundle {
71
71
if (mainBundle) {
72
72
[bundles addObject: mainBundle];
73
73
}
74
- // Resources may be in the bundle associated when dynamically linked.
74
+ // Resources may be in the bundle associated with this class when
75
+ // dynamically linked.
75
76
NSBundle *bundleForClass = [NSBundle bundleForClass: myClass];
76
77
if (bundleForClass) {
77
78
[bundles addObject: bundleForClass];
78
79
}
79
80
// When embedding static frameworks from the zip distribution, the Xcode
80
- // will copy the resources into the framework's directory.
81
- // TODO: Remove when Firebase.zip is composed of dynamic frameworks.
81
+ // will copy the resources into the framework's directory.
82
+ // TODO(Firebase 11): Remove when Firebase.zip is composed of dynamic
83
+ // frameworks.
82
84
NSBundle *frameworkBundle = [NSBundle
83
85
bundleWithURL:
84
86
[NSBundle .mainBundle.bundleURL
You can’t perform that action at this time.
0 commit comments