-
Notifications
You must be signed in to change notification settings - Fork 549
BackgroundTasks macOS xcode16.2 b2
Alex Soto edited this page Nov 6, 2024
·
2 revisions
#BackgroundTasks.framework
diff -ruN /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BackgroundTasks.framework/Headers/BGTaskScheduler.h /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BackgroundTasks.framework/Headers/BGTaskScheduler.h
--- /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BackgroundTasks.framework/Headers/BGTaskScheduler.h 2024-10-07 00:20:20
+++ /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BackgroundTasks.framework/Headers/BGTaskScheduler.h 2024-10-26 05:45:22
@@ -48,19 +48,19 @@
/// Try canceling some existing task requests and then resubmit the request
/// that failed.
BGTaskSchedulerErrorCodeTooManyPendingTaskRequests = 2,
-/// A task scheduling error indicating the app isn’t permitted to schedule the
-/// task.
-///
-/// There are two causes for this error:
-///
-/// - The app doesn’t set the appropriate mode in the
-/// <doc://com.apple.documentation/documentation/bundleresources/information_property_list/uibackgroundmodes>
-/// array.
-///
-/// - The task identifier of the submitted task wasn’t in the
-/// <doc://com.apple.documentation/documentation/bundleresources/information_property_list/bgtaskschedulerpermittedidentifiers>
-/// array in [the Info.plist
-/// File](https://developer.apple.com/library/archive/documentation/Carbon/Conceptual/ProvidingUserAssitAppleHelp/authoring_help/authoring_help_book.html#//apple_ref/doc/uid/TP30000903-CH206-SW22).
+ /// A task scheduling error indicating the app isn’t permitted to schedule the
+ /// task.
+ ///
+ /// There are two causes for this error:
+ ///
+ /// - The app doesn’t set the appropriate mode in the
+ /// <doc://com.apple.documentation/documentation/bundleresources/information_property_list/uibackgroundmodes>
+ /// array.
+ ///
+ /// - The task identifier of the submitted task wasn’t in the
+ /// <doc://com.apple.documentation/documentation/bundleresources/information_property_list/bgtaskschedulerpermittedidentifiers>
+ /// array in [the Info.plist
+ /// File](https://developer.apple.com/library/archive/documentation/Carbon/Conceptual/ProvidingUserAssitAppleHelp/authoring_help/authoring_help_book.html#//apple_ref/doc/uid/TP30000903-CH206-SW22).
BGTaskSchedulerErrorCodeNotPermitted = 3,
} API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(macos, watchos);