Skip to content

Commit 526c4ca

Browse files
committed
fix comments
1 parent a0525ee commit 526c4ca

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

FirebaseInAppMessaging/Sources/DefaultUI/FIRIAMDefaultDisplayImpl.m

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,16 @@ + (NSBundle *)getViewResourceBundle {
7171
if (mainBundle) {
7272
[bundles addObject:mainBundle];
7373
}
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.
7576
NSBundle *bundleForClass = [NSBundle bundleForClass:myClass];
7677
if (bundleForClass) {
7778
[bundles addObject:bundleForClass];
7879
}
7980
// 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.
8284
NSBundle *frameworkBundle = [NSBundle
8385
bundleWithURL:
8486
[NSBundle.mainBundle.bundleURL

0 commit comments

Comments
 (0)