We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b3a44 commit 2b11925Copy full SHA for 2b11925
CMakeLists.txt
@@ -118,8 +118,9 @@ if(FIREBASE_CPP_BUILD_TESTS OR FIREBASE_CPP_BUILD_STUB_TESTS)
118
endif()
119
120
if (PLATFORM STREQUAL TVOS OR PLATFORM STREQUAL SIMULATOR_TVOS)
121
- # AdMob, FDL are not supported on tvOS.
+ # Analytics, AdMob, FDL are not supported on tvOS.
122
set(FIREBASE_INCLUDE_ADMOB OFF)
123
+ set(FIREBASE_INCLUDE_ANALYTICS OFF)
124
set(FIREBASE_INCLUDE_DYNAMIC_LINKS OFF)
125
126
0 commit comments