File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,14 @@ FOUNDATION_EXPORT const unsigned char BranchSDKVersionString[];
3030
3131#import < BranchSDK/BranchDeepLinkingController.h>
3232
33+ #if !TARGET_OS_TV
34+ // tvOS does not support these features
3335#import < BranchSDK/BranchShareLink.h>
3436#import < BranchSDK/BranchCSSearchableItemAttributeSet.h>
3537#import < BranchSDK/BranchActivityItemProvider.h>
38+
3639#import < BranchSDK/BranchPasteControl.h>
40+ #endif
3741
3842// Used by Branch.h for debug and testing APIs. Need to move these.
3943#import < BranchSDK/BNCInitSessionResponse.h>
Original file line number Diff line number Diff line change @@ -30,10 +30,14 @@ FOUNDATION_EXPORT const unsigned char BranchSDKVersionString[];
3030#import " BranchDeepLinkingController.h"
3131#import " BranchLogger.h"
3232
33+ #if !TARGET_OS_TV
34+ // tvOS does not support these features
3335#import " BranchShareLink.h"
3436#import " BranchCSSearchableItemAttributeSet.h"
3537#import " BranchActivityItemProvider.h"
38+
3639#import " BranchPasteControl.h"
40+ #endif
3741
3842// Used by Branch.h for debug and testing APIs. Need to move these.
3943#import " BNCInitSessionResponse.h"
You can’t perform that action at this time.
0 commit comments