Skip to content

Commit 33059f5

Browse files
committed
Added tvOS check
1 parent 8464cc0 commit 33059f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Branch-SDK/BranchQRCode.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,13 @@ Creates a Branch QR Code image and displays it in a share sheet.
6464
@param completion Completion handler containing any potential error.
6565
6666
*/
67+
#if !TARGET_OS_TV
6768
- (void)showShareSheetWithQRCodeFromViewController:(nullable UIViewController *)viewController
6869
anchor:(nullable id)anchorViewOrButtonItem
6970
universalObject:(nullable BranchUniversalObject *)buo
7071
linkProperties:(nullable BranchLinkProperties *)lp
7172
completion:(void(^)(NSError * _Nullable error))completion;
73+
#endif
7274

7375
@end
7476

0 commit comments

Comments
 (0)