Skip to content

LocalAuthentication watchOS xcode15.0 b2

Manuel de la Pena edited this page Sep 12, 2023 · 2 revisions

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

diff -ruN /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAPublicDefines.h /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAPublicDefines.h
--- /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAPublicDefines.h	2023-06-01 00:26:08
+++ /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAPublicDefines.h	2023-06-13 02:17:55
@@ -15,6 +15,12 @@
 #define kLAPolicyDeviceOwnerAuthenticationWithBiometricsOrWatch 4
 #define kLAPolicyDeviceOwnerAuthenticationWithWristDetection    5
 
+// Biometry types
+#define kLABiometryTypeNone           0
+#define kLABiometryTypeTouchID        1 << 0
+#define kLABiometryTypeFaceID         1 << 1
+#define kLABiometryTypeOpticID        1 << 2
+
 // Credential types
 #define kLACredentialTypeApplicationPassword                0
 #define kLACredentialSmartCardPIN                          -3
Clone this wiki locally