-
Notifications
You must be signed in to change notification settings - Fork 565
LocalAuthenticationEmbeddedUI macOS xcode26.4 b2
Rolf Bjarne Kvinge edited this page Feb 27, 2026
·
2 revisions
#LocalAuthenticationEmbeddedUI.framework
diff -ruN /Applications/Xcode_26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LARight+UI.h /Applications/Xcode_26.4.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LARight+UI.h
--- /Applications/Xcode_26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LARight+UI.h 2025-11-09 05:34:40
+++ /Applications/Xcode_26.4.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthenticationEmbeddedUI.framework/Headers/LARight+UI.h 2026-02-16 08:01:02
@@ -15,7 +15,7 @@
/// @brief Tries to authorize the right.
/// @param localizedReason Localized explanation for the authorization. Appears in the UI presented to the user.
/// @param presentationContext Container where the authorization UI will be presented.
-/// @param handler Completion handler called after the authorization finishses. Returns an error when the authorization fails.
+/// @param handler Completion handler called after the authorization finishes. Returns an error when the authorization fails.
- (void)authorizeWithLocalizedReason:(NSString *)localizedReason
inPresentationContext:(LAPresentationContext)presentationContext
completion:(void (^)(NSError *_Nullable))handler