Skip to content

Commit

Permalink
Added tvOS exclusion to umbrella header
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Sep 26, 2016
1 parent 2d1300a commit c6c9ecd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Core/Source/DTCoreText.h
Expand Up @@ -62,11 +62,6 @@
#import "DTObjectTextAttachment.h"
#import "DTVideoTextAttachment.h"

// These classes only work with UIKit on iOS
#if TARGET_OS_IOS
#import "DTWebVideoView.h"
#endif

// TARGET_OS_IPHONE is both tvOS and iOS
#if TARGET_OS_IPHONE

Expand Down Expand Up @@ -94,5 +89,10 @@
#import "DTAccessibilityViewProxy.h"
#import "DTCoreTextLayoutFrameAccessibilityElementGenerator.h"

// These classes only work with UIKit on iOS
#if !TARGET_OS_TV
#import "DTWebVideoView.h"
#endif

#endif

0 comments on commit c6c9ecd

Please sign in to comment.