gh-XcodesOrg-XcodesApp/Xcodes
Edgar Story 36424a78e0
Make fido2 property a lazy var
- This object was being kept around after being created and as we need it in some other functions it made sense to make it lazy and keep it around that way.
- Arguably the FIDO2 instance could be removed after each time it’s been used, but as the FIDO2 class doesn’t have any state stored in it, it seems benign keeping it about for now.
2024-11-12 09:08:26 +00:00
..
AcknowledgementsGenerator Remove newline from derived data path returned by defaults 2024-01-10 13:44:02 -05:00
AppleAPI comment 2024-11-04 21:21:12 -05:00
Backend Make fido2 property a lazy var 2024-11-12 09:08:26 +00:00
Frontend Support FIDO authentication with devices that don’t have a PIN code set 2024-11-10 12:16:17 +00:00
Preview Content/Preview Assets.xcassets Rename the project and directories 2020-11-24 21:11:25 -07:00
Resources Support FIDO authentication with devices that don’t have a PIN code set 2024-11-10 12:16:17 +00:00
XcodesKit Add authenticating step 2024-09-22 18:06:29 +09:00
XcodesApp.swift Add TerminateAfterLastWindowClosed toggle support in Misc 2024-10-16 14:02:55 +08:00