File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ FOUNDATION_EXPORT const unsigned char BranchSDKVersionString[];
3030
3131#import < BranchSDK/BranchDeepLinkingController.h>
3232
33- #if TARGET_OS_IOS || TARGET_OS_MAC || TARGET_OS_WATCH
33+ #if TARGET_OS_IOS || TARGET_OS_MAC
3434// tvOS does not support these features
3535#import < BranchSDK/BranchShareLink.h>
3636#import < BranchSDK/BranchCSSearchableItemAttributeSet.h>
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ FOUNDATION_EXPORT const unsigned char BranchSDKVersionString[];
3030#import " BranchDeepLinkingController.h"
3131#import " BranchLogger.h"
3232
33- #if TARGET_OS_IOS || TARGET_OS_MAC || TARGET_OS_WATCH
33+ #if TARGET_OS_IOS || TARGET_OS_MAC
3434#import " BranchShareLink.h"
3535#import " BranchCSSearchableItemAttributeSet.h"
3636#import " BranchActivityItemProvider.h"
You can’t perform that action at this time.
0 commit comments