-
Notifications
You must be signed in to change notification settings - Fork 549
LocalAuthenticationEmbeddedUI macOS xcode16.0 b1
Rolf Bjarne Kvinge edited this page Jun 18, 2024
·
2 revisions
#LocalAuthenticationEmbeddedUI.framework
diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LAAuthenticationView.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LAAuthenticationView.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LAAuthenticationView.h 2024-04-14 19:42:15
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LAAuthenticationView.h 2024-05-30 04:43:26
@@ -32,8 +32,8 @@
/// Since the view is designed for authentication with Touch ID or Watch
/// the only supported policies for calling `evaluatePolicy` on the context are
/// - `LAPolicyDeviceOwnerAuthenticationWithBiometrics`
-/// - `LAPolicyDeviceOwnerAuthenticationWithWatch`
-/// - `LAPolicyDeviceOwnerAuthenticationWitchBiometricsOrWatch`
+/// - `LAPolicyDeviceOwnerAuthenticationWithCompanion`
+/// - `LAPolicyDeviceOwnerAuthenticationWitchBiometricsOrCompanion`
/// - `LAPolicyDeviceOwnerAuthentication` (This one is supported just for convenience. If neither biometric nor watch authentication is available, the evaluation of the policy fails)
/// @param context @c LAContext instance to control the authentication.
- (instancetype)initWithContext:(LAContext *)context
@@ -47,8 +47,8 @@
/// Since the view is designed for authentication with Touch ID or Watch
/// the only supported policies for calling `evaluatePolicy` on the context are
/// - `LAPolicyDeviceOwnerAuthenticationWithBiometrics`
-/// - `LAPolicyDeviceOwnerAuthenticationWithWatch`
-/// - `LAPolicyDeviceOwnerAuthenticationWitchBiometricsOrWatch`
+/// - `LAPolicyDeviceOwnerAuthenticationWithCompanion`
+/// - `LAPolicyDeviceOwnerAuthenticationWitchBiometricsOrCompanion`
/// - `LAPolicyDeviceOwnerAuthentication` (This one is supported just for convenience. If neither biometric nor watch authentication is available, the evaluation of the policy fails)
/// @param context @c LAContext instance to control the authentication.
/// @param controlSize Preferred size of @c LAAuthenticationView provided using @c NSControlSize