Skip to content

Commit ffee173

Browse files
committed
Disable saveEventually/deleteEventually on tvOS.
1 parent 57d3c76 commit ffee173

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Parse/PFObject.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ NS_REQUIRES_PROPERTY_DEFINITIONS
354354
355355
@returns The task that encapsulates the work being done.
356356
*/
357-
- (BFTask PF_GENERIC(NSNumber *)*)saveEventually PF_WATCH_UNAVAILABLE;
357+
- (BFTask PF_GENERIC(NSNumber *)*)saveEventually PF_TV_UNAVAILABLE PF_WATCH_UNAVAILABLE;
358358

359359
/*!
360360
@abstract Saves this object to the server at some unspecified time in the future,
@@ -374,7 +374,7 @@ NS_REQUIRES_PROPERTY_DEFINITIONS
374374
@param callback The block to execute.
375375
It should have the following argument signature: `^(BOOL succeeded, NSError *error)`.
376376
*/
377-
- (void)saveEventually:(nullable PFBooleanResultBlock)callback PF_WATCH_UNAVAILABLE;
377+
- (void)saveEventually:(nullable PFBooleanResultBlock)callback PF_TV_UNAVAILABLE PF_WATCH_UNAVAILABLE;
378378

379379
///--------------------------------------
380380
/// @name Saving Many Objects
@@ -826,7 +826,7 @@ NS_REQUIRES_PROPERTY_DEFINITIONS
826826
827827
@returns The task that encapsulates the work being done.
828828
*/
829-
- (BFTask PF_GENERIC(NSNumber *)*)deleteEventually PF_WATCH_UNAVAILABLE;
829+
- (BFTask PF_GENERIC(NSNumber *)*)deleteEventually PF_TV_UNAVAILABLE PF_WATCH_UNAVAILABLE;
830830

831831
///--------------------------------------
832832
/// @name Dirtiness

0 commit comments

Comments
 (0)