Skip to content

Commit 95570e5

Browse files
authored
Restore pod Firebase/Firestore for tvOS (#15127)
1 parent 907df98 commit 95570e5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Firebase.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
128128
ss.dependency 'FirebaseFirestore', '~> 12.1.0'
129129
ss.ios.deployment_target = '15.0'
130130
ss.osx.deployment_target = '10.15'
131-
ss.ios.deployment_target = '15.0'
131+
ss.tvos.deployment_target = '15.0'
132132
end
133133

134134
s.subspec 'Functions' do |ss|

Firestore/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Unreleased
2+
- [fixed] Fixed accidental removal of `pod "Firebase/Firestore"` for tvOS in 12.0.0.
3+
14
# 11.12.0
25
- [fixed] Fixed the `null` value handling in `isNotEqualTo` and `notIn` filters.
36

0 commit comments

Comments
 (0)