gh-XcodesOrg-XcodesApp/Xcodes
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
..
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 fix: xcode 26 check for Apple Silicon installs 2025-09-15 22:08:49 -05:00
Frontend Fix SMS autofill by using single text field 2026-02-04 04:09:25 -08:00
Preview Content/Preview Assets.xcassets Rename the project and directories 2020-11-24 21:11:25 -07:00
Resources Merge pull request #756 from neetrath/main 2025-09-17 22:55:26 -05:00
XcodesKit fix how platforms are architecture filtered 2025-09-17 22:37:19 -05:00
XcodesApp.swift Add TerminateAfterLastWindowClosed toggle support in Misc 2024-10-16 14:02:55 +08:00