0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)417 forks (417 forks)github user discovery
enhancementgood first issuehelp wantediOS
Repository metrics
- Stars
- 3,184 stars (3,184 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
It would be nice to detect iOS real device currently connected and shows its information inside macaca doctor https://github.com/macacajs/macaca-doctor
- iPhone name and model
- iOS version
- udid
this should be possible with some comand line parsing of instruments output
Contributor guide
- Research direction
- Parse the output of the 'instruments' command to extract iPhone name, model, iOS version, and UDID. Integrate this into the macaca doctor health check.
- Tech stack
- shell
- Domain
- mobiledevops
- Issue type
- Feature
- Prerequisites
- iOS developmentCommand line tools