Skip to content

Commit 6361d91

Browse files
committed
Removed macro TARGET_OS_WATCH - Not supported
1 parent 28b2ee3 commit 6361d91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Framework/BranchSDK.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

Sources/BranchSDK/Public/BranchSDK.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)