Skip to content

FileProvider macOS xcode14.0 beta3

Manuel de la Pena edited this page Aug 29, 2022 · 3 revisions

#FileProvider.framework https://github.com/xamarin/xamarin-macios/pull/15777

diff -ruN /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderItem.h /Applications/Xcode_14.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderItem.h
--- /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderItem.h	2022-06-17 14:29:30.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderItem.h	2022-06-30 21:08:17.000000000 -0500
@@ -644,7 +644,7 @@
     - `Alert` *dictionary*
         - `LocalizedTitle` *string*, title of the alert
         - `LocalizedSubTitle` *string*, sub title of the alert
-            - @parameters for LocalizedTitle/LocalizedSubTitle
+            - @parameters (maximum 10) for LocalizedTitle/LocalizedSubTitle
                 - `matchingItemsCount`: count of source items that matched the predicate (only present if matchingItemsCount > 0)
                 - `matchingItemsCountMinusOne`: matchingItemsCount minus one (only present if matchingItemsCount > 1)
                 - `matchingItemsCountMinusTwo`: matchingItemsCount minus two (only present if matchingItemsCount > 2)
Clone this wiki locally