Skip to content

Commit 442565c

Browse files
committed
Add warnings for imports of headers that are unavailable on tvOS.
1 parent ef3c986 commit 442565c

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

Parse/Internal/Commands/PFRESTPushCommand.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#import <Parse/PFConstants.h>
1313

14+
PF_TV_UNAVAILABLE_WARNING
1415
PF_WATCH_UNAVAILABLE_WARNING
1516

1617
@class PFPushState;

Parse/Internal/Push/ChannelsController/PFPushChannelsController.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#import "PFCoreDataProvider.h"
1515

16+
PF_TV_UNAVAILABLE_WARNING
1617
PF_WATCH_UNAVAILABLE_WARNING
1718

1819
@class BFTask PF_GENERIC(__covariant BFGenericType);

Parse/Internal/Push/Controller/PFPushController.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#import <Parse/PFConstants.h>
1313

14+
PF_TV_UNAVAILABLE_WARNING
1415
PF_WATCH_UNAVAILABLE_WARNING
1516

1617
@class BFTask PF_GENERIC(__covariant BFGenericType);

Parse/Internal/Push/Manager/PFPushManager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#import "PFCoreDataProvider.h"
1515
#import "PFDataProvider.h"
1616

17+
PF_TV_UNAVAILABLE_WARNING
1718
PF_WATCH_UNAVAILABLE_WARNING
1819

1920
@class PFPushChannelsController;

Parse/Internal/Push/State/PFMutablePushState.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#import "PFPushState.h"
1111

12+
PF_TV_UNAVAILABLE_WARNING
1213
PF_WATCH_UNAVAILABLE_WARNING
1314

1415
NS_ASSUME_NONNULL_BEGIN

Parse/Internal/Push/State/PFPushState.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#import "PFBaseState.h"
1515

16+
PF_TV_UNAVAILABLE_WARNING
1617
PF_WATCH_UNAVAILABLE_WARNING
1718

1819
@class PFQueryState;

Parse/Internal/Push/Utilites/PFPushUtilities.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#import "PFPushPrivate.h"
1313

14+
PF_TV_UNAVAILABLE_WARNING
1415
PF_WATCH_UNAVAILABLE_WARNING
1516

1617
NS_ASSUME_NONNULL_BEGIN

Parse/PFPush.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#import <Parse/PFConstants.h>
1515
#import <Parse/PFInstallation.h>
1616

17+
PF_TV_UNAVAILABLE_WARNING
1718
PF_WATCH_UNAVAILABLE_WARNING
1819

1920
@class PFQuery PF_GENERIC(PFGenericObject : PFObject *);

0 commit comments

Comments
 (0)