Skip to content

AuthenticationServices iOS 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/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASSettingsHelper.h /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASSettingsHelper.h
--- /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASSettingsHelper.h	2024-06-18 07:02:58
+++ /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASSettingsHelper.h	2024-07-02 08:51:24
@@ -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