Skip to content

BackgroundAssets macOS xcode14.3 beta2

Alex Soto edited this page Mar 15, 2023 · 2 revisions

#BackgroundAssets.framework https://github.com/xamarin/xamarin-macios/pull/17810

diff -ruN /Applications/Xcode_14.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BADownload.h /Applications/Xcode_14.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BADownload.h
--- /Applications/Xcode_14.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BADownload.h	2023-02-11 16:43:08
+++ /Applications/Xcode_14.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BADownload.h	2023-02-24 11:26:09
@@ -72,7 +72,7 @@
 /// can be used to create a copy with `isEssential == false` that can be re-queued with `BADownloadManager`.
 - (instancetype)copyAsNonEssential
 API_AVAILABLE(macos(13.3), ios(16.4)) API_UNAVAILABLE(tvos, watchos)
-NS_SWIFT_NAME(asNonEssential());
+NS_SWIFT_NAME(removingEssential());
 
 - (instancetype)init
 NS_UNAVAILABLE;
Clone this wiki locally