@@ -569,14 +569,15 @@ code.
569
569
570
570
### 8.3.0
571
571
- Changes
572
- - General: This release adds tvOS C++ libraries that wrap the community
573
- supported Firebase tvOS SDK. ` libs/tvos ` contains tvOS specific
574
- libraries and the ` xcframeworks ` directory now includes support for both
575
- iOS and tvOS. The following products are currently included for tvOS:
576
- Auth, Database, Firestore, Functions, Installations, Messaging,
577
- Remote Config, Storage.
578
- - General: Compiler setting of "no exceptions" on app is PRIVATE now
579
- and will not affect other targets in CMake builds.
572
+ - General: This release adds tvOS C++ libraries that wrap the
573
+ community-supported Firebase tvOS SDK. ` libs/tvos ` contains
574
+ tvOS-specific libraries, and the ` xcframeworks ` directory now
575
+ includes support for both iOS and tvOS. The following products are
576
+ currently included for tvOS: Auth, Database, Firestore, Functions,
577
+ Installations, Messaging, Remote Config, Storage.
578
+ - General: When building from source, the compiler setting of
579
+ "no exceptions" on app is PRIVATE now and will not affect any other
580
+ targets in the build.
580
581
- Firestore: Removed the deprecated
581
582
` Firestore::RunTransaction(TransactionFunction*) ` function. Please use
582
583
the overload that takes a ` std::function ` argument instead.
0 commit comments