Skip to content

Commit

Permalink
[BackgroundTask] Add support for Xcode 15 beta 6. (#18670)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored Aug 9, 2023
2 parents 8691e43 + bc6adf8 commit be39a0c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
11 changes: 11 additions & 0 deletions src/backgroundtasks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,15 @@ interface BGTaskScheduler {
void GetPending (Action<BGTaskRequest []> completionHandler);
}

[TV (17, 0), NoWatch, NoMac, iOS (17, 0), MacCatalyst (17, 0)]
[BaseType (typeof (BGProcessingTask))]
interface BGHealthResearchTask { }

[TV (17, 0), NoWatch, NoMac, iOS (17, 0), MacCatalyst (17, 0)]
[BaseType (typeof (BGProcessingTaskRequest))]
interface BGHealthResearchTaskRequest {
[Export ("protectionTypeOfRequiredData")]
string ProtectionTypeOfRequiredData { get; set; }
}

}

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions tests/xtro-sharpie/iOS-BackgroundTasks.todo

This file was deleted.

4 changes: 0 additions & 4 deletions tests/xtro-sharpie/tvOS-BackgroundTasks.todo

This file was deleted.

6 comments on commit be39a0c

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.