We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526c4ca commit dd9992aCopy full SHA for dd9992a
FirebaseInAppMessaging/Sources/DefaultUI/FIRIAMDefaultDisplayImpl.m
@@ -92,7 +92,7 @@ + (NSBundle *)getViewResourceBundle {
92
NSBundle *containingBundle;
93
NSURL *bundleURL;
94
// The containing bundle is different whether FIAM is statically or dynamically linked.
95
- for (containingBundle in [bundles copy]) {
+ for (containingBundle in bundles) {
96
bundleURL = [containingBundle URLForResource:bundledResource withExtension:@"bundle"];
97
if (bundleURL != nil) break;
98
}
0 commit comments