Skip to content

Commit

Permalink
Removed both checks
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Dec 17, 2024
1 parent 27ef857 commit 9337194
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Framework/BranchSDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,10 @@ FOUNDATION_EXPORT const unsigned char BranchSDKVersionString[];

#import <BranchSDK/BranchDeepLinkingController.h>

#if !TARGET_OS_TV
// tvOS does not support these features
#import <BranchSDK/BranchShareLink.h>
#import <BranchSDK/BranchCSSearchableItemAttributeSet.h>
#import <BranchSDK/BranchActivityItemProvider.h>

#import <BranchSDK/BranchPasteControl.h>
#endif

// Used by Branch.h for debug and testing APIs. Need to move these.
#import <BranchSDK/BNCInitSessionResponse.h>
Expand Down
2 changes: 0 additions & 2 deletions Sources/BranchSDK/Public/BranchSDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ FOUNDATION_EXPORT const unsigned char BranchSDKVersionString[];
#import "BranchDeepLinkingController.h"
#import "BranchLogger.h"

#if !TARGET_OS_TV
#import "BranchShareLink.h"
#import "BranchCSSearchableItemAttributeSet.h"
#import "BranchActivityItemProvider.h"
#import "BranchPasteControl.h"
#endif

// Used by Branch.h for debug and testing APIs. Need to move these.
#import "BNCInitSessionResponse.h"
Expand Down

0 comments on commit 9337194

Please sign in to comment.