Skip to content

Commit cbc8695

Browse files
minor fix in the README and tvOS podfile (#4982)
1 parent 54747a0 commit cbc8695

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Example/tvOSSample/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Uncomment the next line to define a global platform for your project
2-
# platform :ios, '9.0'
31

42
target 'tvOSSample' do
3+
platform :tvos, '11.0'
54
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
65
use_frameworks!
76

@@ -10,6 +9,7 @@ target 'tvOSSample' do
109
pod 'FirebaseCoreDiagnostics', :path => '../../'
1110
pod 'FirebaseCoreDiagnosticsInterop', :path => '../../'
1211
pod 'FirebaseAuth', :path => '../../'
12+
pod 'FirebaseAuthInterop', :path => '../../'
1313
pod 'FirebaseDatabase', :path => '../../'
1414
pod 'FirebaseStorage', :path => '../../'
1515
pod 'GoogleDataTransport', :path => '../../'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ tvOS, macOS, watchOS and Catalyst.
208208

209209
For tvOS, checkout the [Sample](Example/tvOSSample).
210210
For watchOS, currently only Messaging and Storage (and their dependencies) have limited support. Checkout the
211-
[Independent Watch App Sample](Example/Messaging/App/watchOS/SampleWatchApp).
211+
[Independent Watch App Sample](Example/watchOSSample).
212212

213213
Keep in mind that macOS, tvOS, watchOS and Catalyst are not officially supported by Firebase, and this
214214
repository is actively developed primarily for iOS. While we can catch basic unit test issues with

0 commit comments

Comments
 (0)