Skip to content

AuthenticationServices macOS xcode16.0 b3

Rolf Bjarne Kvinge edited this page Aug 28, 2024 · 3 revisions

#AuthenticationServices.framework https://github.com/xamarin/xamarin-macios/pull/21143

diff -ruN /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASSettingsHelper.h /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASSettingsHelper.h
--- /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASSettingsHelper.h	2024-06-18 06:36:25
+++ /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASSettingsHelper.h	2024-07-02 10:10:46
@@ -17,7 +17,7 @@
 /// Call this method from your containing app to request to turn on a contained Credential Provider Extension.
 /// If the extension is not currently enabled, a prompt will be shown to allow it to be turned on.
 /// The completion handler is called with YES or NO depending on whether the credential provider is enabled.
-+ (void)requestCredentialProviderExtensionEnablementWithCompletionHandler:(void (^)(BOOL appWasEnabledForAutofill))completionHandler;
++ (void)requestToTurnOnCredentialProviderExtensionWithCompletionHandler:(void (^)(BOOL appWasEnabledForAutofill))completionHandler;
 
 - (instancetype)init NS_UNAVAILABLE;
 + (instancetype)new NS_UNAVAILABLE;
Clone this wiki locally