Skip to content

FileProvider iOS xcode13.0 beta5

Manuel de la Pena edited this page Aug 10, 2021 · 2 revisions

#FileProvider.framework

diff -ruN /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderEnumerating.h /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderEnumerating.h
--- /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderEnumerating.h	2021-07-16 21:39:59.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderEnumerating.h	2021-08-05 00:17:19.000000000 -0400
@@ -64,7 +64,7 @@
  materialization of the folder by the system, ...). Each case has its own performance profile.
 
  By taking into account the suggested size, the enumeration will guarantee the best user experience possible. The
- system does not enforce the size of the page.
+ system enforces a maximum of 100 times the suggested size.
  */
 @property (nonatomic, readonly) NSInteger suggestedPageSize FILEPROVIDER_API_AVAILABILITY_V3;
 
@@ -124,7 +124,7 @@
  enumerator, the enumerator should finish immediately and not wait for more incoming changes to enumerate.
 
  By taking into account the suggested size, the enumeration will guarantee the best user experience possible. The
- system does not enforce the size of the batch.
+ system enforces a maximum of 100 times the suggested size.
  */
 @property (nonatomic, readonly) NSInteger suggestedBatchSize FILEPROVIDER_API_AVAILABILITY_V3;
 
Clone this wiki locally