gh-XcodesOrg-XcodesApp/Xcodes/Frontend
William Laverty 35fee30355
Fix SMS autofill by using single text field
The previous implementation used 6 separate text fields for the SMS
verification code, which broke macOS's built-in SMS autofill functionality.
When the system detects an SMS code and offers to autofill it, it expects
a single text field to receive the entire code.

Changes:
- Replaced 6 individual PinCodeCharacterTextField instances with a single
  NSTextField
- Added .oneTimeCode content type to enable SMS autofill on macOS 11+
- Simplified the code structure while maintaining the same functionality
- Added input validation to ensure only digits are accepted

Now when users receive an SMS verification code, macOS can properly
autofill the entire code with a single click, rather than filling only
the first digit and deleting the message.

Closes #788
2026-02-04 04:09:25 -08:00
..
About Layout adjustments for the Settings window 2024-02-20 13:14:20 +02:00
Common feat: add button to redirect user when this try to install a xcode version without signed 2025-08-20 08:38:16 -03:00
InfoPane fix how platforms are architecture filtered 2025-09-17 22:37:19 -05:00
Preferences Merge pull request #621 from Kyle-Ye/bugfix/windows 2024-10-18 08:37:35 -05:00
SignIn Fix SMS autofill by using single text field 2026-02-04 04:09:25 -08:00
XcodeList add some glass effect... why not? 2025-09-19 19:19:58 -05:00
MainWindow.swift Merge pull request #741 from r1b2ns/feat/redirect-new-user-to-login 2025-08-27 08:37:19 -05:00
View+Conditional.swift Add trailing inspector pane 2020-12-28 12:42:28 -07:00
View+IsHidden.swift Use Text(verbatim:) instead. 2024-02-10 15:36:07 +09:00