Skip to content

LocalAuthentication macOS xcode13.0 beta3

Manuel de la Pena edited this page Jul 29, 2021 · 2 revisions

#LocalAuthentication.framework https://github.com/xamarin/xamarin-macios/pull/12301

diff -ruN /Applications/Xcode_13.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAError.h /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAError.h
--- /Applications/Xcode_13.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAError.h	2021-06-17 03:46:43.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAError.h	2021-07-13 00:42:26.000000000 -0400
@@ -72,5 +72,9 @@
     /// Authentication could not start because this device supports biometry only via removable accessories and the paired accessory is not connected.
     LAErrorBiometryDisconnected API_AVAILABLE(macos(11.2)) API_UNAVAILABLE(ios, watchos, tvos) = kLAErrorBiometryDisconnected,
 
+    /// Authentication could not start because dimensions of embedded UI are invalid.
+    LAErrorInvalidDimensions
+    API_AVAILABLE(macos(12.0)) API_UNAVAILABLE(ios, watchos, tvos) = kLAErrorInvalidDimensions,
+
 } API_AVAILABLE(macos(10.10), ios(8.0), watchos(3.0), tvos(10.0));
 
diff -ruN /Applications/Xcode_13.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAPublicDefines.h /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAPublicDefines.h
--- /Applications/Xcode_13.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAPublicDefines.h	2021-06-13 22:33:27.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAPublicDefines.h	2021-07-05 06:57:24.000000000 -0400
@@ -36,7 +36,7 @@
 #define kLAErrorBiometryLockout                             kLAErrorTouchIDLockout
 #define kLAErrorBiometryNotPaired                         -12
 #define kLAErrorBiometryDisconnected                      -13
-
+#define kLAErrorInvalidDimensions                         -14
 
 // Error domain
 #define kLAErrorDomain        "com.apple.LocalAuthentication"
Clone this wiki locally