Files
daily-notification-plugin/test-apps
Matthew Raymer b45ac46b98 fix(ios): correct simulator name extraction in build script
Fixed simulator auto-detection to extract device name correctly:

Simulator Detection:
- Fixed sed command to extract device name (not UUID)
- Pattern: extracts text before first parenthesis
- Handles whitespace correctly with xargs

Example:
- Input: '    iPhone 17 Pro (UUID) (Status)'
- Output: 'iPhone 17 Pro'

Result: Build script now correctly detects and uses available iPhone simulators
2025-11-11 19:47:12 -08:00
..
2025-10-15 10:46:50 +00:00