Skip to content

Commit 82d214f

Browse files
committed
Merge pull request #580 from ParsePlatform/nlutsenko.tvos.eventually
Disable saveEventually/deleteEventually on tvOS.
2 parents 58954ab + ffee173 commit 82d214f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Parse/PFObject.h

+3-3
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)