Skip to content

BackgroundAssets iOS xcode14.0 beta4

Manuel de la Pena edited this page Aug 5, 2022 · 2 revisions

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

diff -ruN /Applications/Xcode_14.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BADownloadManager.h /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BADownloadManager.h
--- /Applications/Xcode_14.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BADownloadManager.h	2022-06-30 22:10:21.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BADownloadManager.h	2022-07-22 10:05:20.000000000 -0400
@@ -80,7 +80,7 @@
 /// @discussion Acquires exclusive access to the BADownloadManager across the app and application extension. This ensures that your extension and app
 /// do not perform operations at the same time. Both the extension and app must use this API to ensure exclusive access.
 /// @param performHandler A block that will be executed once exclusive control is acquired.
-/// If an error is non-nil then a problem occured acquiring exclusive access.
+/// If an error is non-nil then a problem occurred acquiring exclusive access.
 - (void)performWithExclusiveControl:(void (^)(NSError *_Nullable error))performHandler
 API_AVAILABLE(macos(13.0), ios(16.0)) API_UNAVAILABLE(tvos, watchos)
 NS_SWIFT_NAME(withExclusiveControl(_:))
@@ -91,7 +91,7 @@
 /// do not perform operations at the same time. Both the extension and app must use this API to ensure exclusive access.
 /// @param date A date by which you want exclusive control acquired. If you pass +[NSDate date], control will attempt to be acquired and if it can not be, it will fail instantly.
 /// @param performHandler A block that will be executed once exclusive control is acquired.
-/// If an error is non-nil then a problem occured acquiring exclusive access.
+/// If an error is non-nil then a problem occurred acquiring exclusive access.
 - (void)performWithExclusiveControlBeforeDate:(NSDate *)date
                                    completion:(void (^)(BOOL acquiredLock, NSError *_Nullable error))performHandler
 API_AVAILABLE(macos(13.0), ios(16.0)) API_UNAVAILABLE(tvos, watchos)
Clone this wiki locally