Skip to content

FileProvider iOS xcode16.3 b3

Rolf Bjarne Kvinge edited this page Mar 18, 2025 · 2 revisions

#FileProvider.framework

diff -ruN /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderManager.h /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderManager.h
--- /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderManager.h	2025-03-12 08:07:54
+++ /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderManager.h	2025-03-10 09:32:14
@@ -654,9 +654,6 @@
 
  It is important to note that even if the call is allowed, it might not trigger diagnostic collection
  nor prompt to the user depending on the system state and other throttling parameters
-
- If the call is allowed, the system will return an UUID that allows to uniqly identify the
- diagnostics attempt. The UUID not being nil doesn't guarantee the collection happened
  */
 - (void)requestDiagnosticCollectionForItemWithIdentifier:(NSFileProviderItemIdentifier)itemIdentifier
                                              errorReason:(NSError *)errorReason

Clone this wiki locally