Skip to content

Commit 97f22a6

Browse files
authored
Fix tvos deployment target and 8.9.0 release note update (#8836)
1 parent 7946c1c commit 97f22a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Firebase.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
2424
s.social_media_url = 'https://twitter.com/Firebase'
2525
s.ios.deployment_target = '10.0'
2626
s.osx.deployment_target = '10.12'
27-
s.tvos.deployment_target = '10.0'
27+
s.tvos.deployment_target = '12.0'
2828

2929
s.cocoapods_version = '>= 1.4.0'
3030

FirebaseCore/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Firebase 8.9.0
2+
- [added] Firebase introduces beta support for tvOS, macOS, and Catalyst.
3+
watchOS continues to be available with community support. Individual product
4+
details at
5+
https://firebase.google.com/docs/ios/learn-more#firebase_library_support_by_platform (#583)
6+
- [changed] The minimum support tvOS version is now 12.0.
27
- [fixed] Force GoogleUtilities and GoogleDataTransport CocoaPods dependencies
38
to be updated to latest minor versions. (#8733)
49

0 commit comments

Comments
 (0)