Skip to content

Commit 031acfb

Browse files
committed
SDK-1613 exclude BranchPasteControl from tvOS
1 parent 1e4d76b commit 031acfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Framework/BranchSDK.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ FOUNDATION_EXPORT const unsigned char BranchSDKVersionString[];
2424
#import <BranchSDK/BranchLinkProperties.h>
2525
#import <BranchSDK/BranchUniversalObject.h>
2626
#import <BranchSDK/BranchQRCode.h>
27-
#import <BranchSDK/BranchPasteControl.h>
2827

2928
#import <BranchSDK/BranchCrossPlatformID.h>
3029
#import <BranchSDK/BranchLastAttributedTouchData.h>
@@ -36,6 +35,8 @@ FOUNDATION_EXPORT const unsigned char BranchSDKVersionString[];
3635
#import <BranchSDK/BranchShareLink.h>
3736
#import <BranchSDK/BranchCSSearchableItemAttributeSet.h>
3837
#import <BranchSDK/BranchActivityItemProvider.h>
38+
39+
#import <BranchSDK/BranchPasteControl.h>
3940
#endif
4041

4142
// Used by Branch.h for debug and testing APIs. Need to move these.

0 commit comments

Comments
 (0)