Skip to content

Commit b780014

Browse files
authored
Fix FIAM resources for CocoaPods (#7912)
* Fix FIAM resources for CocoaPods * Remove accidental colon * Fix another typo
1 parent 232f575 commit b780014

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FirebaseInAppMessaging.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ See more product details at https://firebase.google.com/products/in-app-messagin
6363

6464
s.ios.resource_bundles = {
6565
'InAppMessagingDisplayResources' => [
66-
base_dir + 'iOS/Resources/FIRInAppMessageDisplayStoryboard.storyboard',
67-
base_dir + 'Sources/Resources/Shared/*.png'
66+
base_dir + 'iOS/Resources/*.{storyboard,png}',
6867
]
6968
}
7069

0 commit comments

Comments
 (0)