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 e0d46cc commit 09efe72Copy full SHA for 09efe72
FirebaseInAppMessaging/Sources/DefaultUI/FIRIAMDefaultDisplayImpl.m
@@ -73,8 +73,9 @@ + (NSBundle *)getViewResourceBundle {
73
// Dynamically linked.
74
[NSBundle bundleForClass:myClass],
75
// Embedded static framework (zip distribution).
76
- [[NSBundle.mainBundle.bundleURL URLByAppendingPathComponent:@"Frameworks"]
77
- URLByAppendingPathComponent:@"FirebaseInAppMessaging.framework"]
+ [NSBundle bundleWithURL:[NSBundle.mainBundle.bundleURL
+ URLByAppendingPathComponent:
78
+ @"Frameworks/FirebaseInAppMessaging.framework"]]
79
]) {
80
bundleURL = [containingBundle URLForResource:bundledResource withExtension:@"bundle"];
81
if (bundleURL != nil) break;
0 commit comments