@@ -132,16 +132,18 @@ We've seen an amazing amount of interest and contributions to improve the Fireba
132
132
very grateful! We'd like to empower as many developers as we can to be able to use Firebase and
133
133
participate in the Firebase community.
134
134
135
- ### macOS
135
+ ### macOS and tvOS
136
136
FirebaseAuth, FirebaseCore, FirebaseDatabase and FirebaseStorage now compile, run unit tests, and
137
- work on macOS, thanks to contributions from the community. There are a few tweaks needed, like
138
- ensuring iOS-only or macOS-only code is correctly guarded with checks for ` TARGET_OS_IOS ` and
139
- ` TARGET_OS_OSX ` .
140
-
141
- Keep in mind that macOS is not officially supported by Firebase, and this repository is actively
142
- developed primarily for iOS. While we can catch basic unit test issues with Travis, there may be
143
- some changes where the SDK no longer works as expected on macOS. If you encounter this, please
144
- [ file an issue] ( https://github.com/firebase/firebase-ios-sdk/issues ) for it.
137
+ work on macOS and tvOS, thanks to contributions from the community. There are a few tweaks needed,
138
+ like ensuring iOS-only, macOS-only, or tvOS-only code is correctly guarded with checks for
139
+ ` TARGET_OS_IOS ` , ` TARGET_OS_OSX ` and ` TARGET_OS_TV ` .
140
+
141
+ For tvOS, checkout the [ Sample] ( Example/tvOSSample ) .
142
+
143
+ Keep in mind that macOS and tvOS are not officially supported by Firebase, and this repository is
144
+ actively developed primarily for iOS. While we can catch basic unit test issues with Travis, there
145
+ may be some changes where the SDK no longer works as expected on macOS or tvOS. If you encounter
146
+ this, please [ file an issue] ( https://github.com/firebase/firebase-ios-sdk/issues ) .
145
147
146
148
## Roadmap
147
149
0 commit comments