XcodesOrg / xcodes

The best command-line tool to install and switch between multiple versions of Xcode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use sudo password prompt instead of custom

nihaals opened this issue · comments

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.

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