XcodesOrg / xcodes

The best command-line tool to install and switch between multiple versions of Xcode.
MIT License
3.58k stars 119 forks source link

Use sudo password prompt instead of custom #328

Open nihaals opened 6 months ago

nihaals commented 6 months ago

Using a normal sudo call would mean the sudoers config would be inherited, including a custom prompt. It's a bit jarring seeing a password prompt that doesn't match the expected sudo prompt and all the other standard sudo behaviours. This would also close #71.

Ernest0-Production commented 4 months ago

This is really necessary to install xcode on CI/CD in non-interactive mode.