Skip to content

LocalAuthenticationEmbeddedUI macOS xcode13.0 rc

Alex Soto edited this page Sep 14, 2021 · 1 revision

#LocalAuthenticationEmbeddedUI.framework

diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LAAuthenticationView.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LAAuthenticationView.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LAAuthenticationView.h	2021-08-07 05:21:01.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LAAuthenticationView.h	1969-12-31 19:00:00.000000000 -0500
@@ -1,55 +0,0 @@
-//
-//  LAAuthenticationView.h
-//  LocalAuthenticationEmbeddedUI
-//
-//  Copyright © 2021 Apple. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-#import <AppKit/NSView.h>
-#import <AppKit/NSCell.h>
-#import <LocalAuthentication/LAContext.h>
-
-NS_ASSUME_NONNULL_BEGIN
-
-/// @brief Compact authentication view providing authentication similar to @c LAContext
-/// evaluatePolicy API.
-/// @discussion This view is non-textual, it displays only a compact icon hinting
-/// users to use Touch ID or Watch to authenticate. The reason for the
-/// authentication must be apparent from the surrounding UI to avoid confusion and
-/// security risks.
-API_AVAILABLE(macos(12.0)) API_UNAVAILABLE(ios, watchos, tvos)
-@interface LAAuthenticationView : NSView
-
-- (instancetype)initWithFrame:(NSRect)frameRect NS_UNAVAILABLE;
-- (instancetype)initWithCoder:(NSCoder *)coder NS_UNAVAILABLE;
-
-/// @brief Creates a new view and pairs it with the specified authentication context.
-/// @discussion The authentication is controlled using the provided authentication
-/// context. When 'evaluatePolicy' or 'evaluateAccessControl' is called on this
-/// context, the UI will be presented using this view rather than using the standard
-/// authentication alert.
-/// @param context  @c LAContext instance to control the authentication.
-- (instancetype)initWithContext:(LAContext *)context
-API_AVAILABLE(macos(12.0)) API_UNAVAILABLE(ios, watchos, tvos);
-
-/// @brief Creates a new view and pairs it with the specified authentication context.
-/// @discussion The authentication is controlled using the provided authentication
-/// context. When 'evaluatePolicy' or 'evaluateAccessControl' is called on this
-/// context, the UI will be presented using this view rather than using the standard
-/// authentication alert.
-/// @param context @c LAContext instance to control the authentication.
-/// @param controlSize Preferred size of @c LAAuthenticationView provided using @c NSControlSize
-- (instancetype)initWithContext:(LAContext *)context controlSize:(NSControlSize)controlSize
-API_AVAILABLE(macos(12.0)) API_UNAVAILABLE(ios, watchos, tvos);
-
-/// @brief @c LAContext instance passed to the initializer.
-@property (nonatomic, readonly) LAContext *context
-API_AVAILABLE(macos(12.0)) API_UNAVAILABLE(ios, watchos, tvos);
-
-/// @brief @c NSControlSize instance passed to the initializer.
-@property (nonatomic, readonly) NSControlSize controlSize
-API_AVAILABLE(macos(12.0)) API_UNAVAILABLE(ios, watchos, tvos);
-
-@end
-NS_ASSUME_NONNULL_END
diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LocalAuthenticationEmbeddedUI.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LocalAuthenticationEmbeddedUI.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LocalAuthenticationEmbeddedUI.h	2021-07-30 05:25:00.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LocalAuthenticationEmbeddedUI.h	1969-12-31 19:00:00.000000000 -0500
@@ -1,5 +0,0 @@
-//
-//  Copyright © 2021 Apple. All rights reserved.
-//
-
-#import <LocalAuthenticationEmbeddedUI/LAAuthenticationView.h>
Clone this wiki locally