-
Notifications
You must be signed in to change notification settings - Fork 522
BackgroundAssets macOS xcode16.3 b3
Rolf Bjarne Kvinge edited this page Mar 21, 2025
·
2 revisions
#BackgroundAssets.framework https://github.com/dotnet/macios/pull/22450
diff -ruN /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BAError.h /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BAError.h
--- /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BAError.h 2025-02-26 06:11:30
+++ /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BAError.h 2025-03-12 06:19:42
@@ -35,6 +35,7 @@
/// @constant BAErrorCodeDownloadEssentialDownloadNotPermitted The requested download could not be enqueued because the download is marked as essential, which is prohibited in this context.
/// @constant BAErrorCodeDownloadBackgroundActivityProhibited The requested download could not be enqueued. Check the device‘s Low Power Mode or Background App Refresh settings.
/// @constant BAErrorCodeDownloadWouldExceedAllowance The requested download cannot be enqueued. The download would exceed the download allowance.
+/// @constant BAErrorCodeDownloadDoesNotExist The operation for a download cannot be performed because that BADownload object does not exist.
/// @constant BAErrorCodeSessionDownloadDisallowedByDomain The requested URL is not permitted to be downloaded until the application is launched.
/// @constant BAErrorCodeSessionDownloadDisallowedByAllowance The requested download will not be allowed due to running out of download allowance.
/// @constant BAErrorCodeSessionDownloadAllowanceExceeded The requested download failed because the download allowance has been exceeded.
@@ -54,6 +55,7 @@
BAErrorCodeDownloadEssentialDownloadNotPermitted = 109,
BAErrorCodeDownloadBackgroundActivityProhibited = 111,
BAErrorCodeDownloadWouldExceedAllowance = 112,
+ BAErrorCodeDownloadDoesNotExist = 113,
BAErrorCodeSessionDownloadDisallowedByDomain = 202,
BAErrorCodeSessionDownloadDisallowedByAllowance = 203,