Skip to content

Commit c652675

Browse files
authored
Fix FIAM Firebase.podspec tvos dependency spec (#11571)
1 parent 013d869 commit c652675

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Firebase.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
165165
s.subspec 'InAppMessaging' do |ss|
166166
ss.dependency 'Firebase/CoreOnly'
167167
ss.ios.dependency 'FirebaseInAppMessaging', '~> 10.13.0-beta'
168+
ss.tvos.dependency 'FirebaseInAppMessaging', '~> 10.13.0-beta'
168169
ss.ios.deployment_target = '11.0'
169170
ss.tvos.deployment_target = '12.0'
170171
end

FirebaseInAppMessaging/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 10.13.0
2+
- [fixed] Fix Firebase tvOS podspec dependency for In App Messaging. (#11569)
3+
14
# 10.10.0
25
- [fixed] Crash on InApp message presentation when a CarPlay scene is active (#9376)
36

0 commit comments

Comments
 (0)