Skip to content

Commit 34d5b19

Browse files
committed
treating tvos as ios for header includes
1 parent 89b331d commit 34d5b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/src/common/storage_reference.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#if defined(__ANDROID__)
2525
#include "storage/src/android/storage_android.h"
2626
#include "storage/src/android/storage_reference_android.h"
27-
#elif TARGET_OS_IPHONE
27+
#elif TARGET_OS_IPHONE || TARGET_OS_TV
2828
#include "storage/src/ios/storage_ios.h"
2929
#include "storage/src/ios/storage_reference_ios.h"
3030
#else

0 commit comments

Comments
 (0)