Skip to content

AuthenticationServices watchOS xcode13.3 beta2

Alex Soto edited this page Mar 7, 2022 · 2 revisions

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

diff -ruN /Applications/Xcode_13.3.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASWebAuthenticationSessionWebBrowserSessionManager.h /Applications/Xcode_13.3.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASWebAuthenticationSessionWebBrowserSessionManager.h
--- /Applications/Xcode_13.3.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASWebAuthenticationSessionWebBrowserSessionManager.h	2022-01-25 13:30:08.000000000 -0500
+++ /Applications/Xcode_13.3.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASWebAuthenticationSessionWebBrowserSessionManager.h	2022-02-04 13:48:34.000000000 -0500
@@ -16,6 +16,8 @@
 @property (nonatomic) id<ASWebAuthenticationSessionWebBrowserSessionHandling> sessionHandler;
 @property (nonatomic, readonly) BOOL wasLaunchedByAuthenticationServices;
 
++ (void)registerDefaultsForASWASInSetupAssistantIfNeeded;
+
 @end
 
 NS_ASSUME_NONNULL_END
Clone this wiki locally