xamarin-macios/src/LocalAuthentication
Sebastien Pouliot 849b9c7d9e [localauthentication] Update to beta 5 (#600)
Notes:

1. Availability macros were added for tvOS and watchOS but this framework
   was not added to those platforms.

2. Xcode 8 beta 1 added new constants

+// Credential types
+#define kLACredentialTypePasscode                          -1
+#define kLACredentialTypePassphrase                        -2
+#define kLACredentialCTKPIN                                -3

which don't match the existing LACredentialType enum -> rdar #27805510

ref: https://trello.com/c/pikF1BP2/55-27805510-lacredentialtype-enum-and-lacredentialtype-constants-don-t-match
2016-08-12 12:57:57 +02:00
..
LAEnums.cs [localauthentication] Update to beta 5 (#600) 2016-08-12 12:57:57 +02:00