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 89b331d commit 34d5b19Copy full SHA for 34d5b19
storage/src/common/storage_reference.cc
@@ -24,7 +24,7 @@
24
#if defined(__ANDROID__)
25
#include "storage/src/android/storage_android.h"
26
#include "storage/src/android/storage_reference_android.h"
27
-#elif TARGET_OS_IPHONE
+#elif TARGET_OS_IPHONE || TARGET_OS_TV
28
#include "storage/src/ios/storage_ios.h"
29
#include "storage/src/ios/storage_reference_ios.h"
30
#else
0 commit comments