XcodesOrg / xcodes

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

Release candidate prerelease identifiers aren't being handled correctly #123

Closed interstateone closed 3 years ago

interstateone commented 3 years ago

E.g.

12.2 Release Candidate
12.2 (Installed, Selected)
12.3 Beta (12C5020f) (Installed)
12.3 Rc (12C33)
12.3 Release Candidate

The last two versions should be treated as the same. Expanding RC to Release Candidate when parsing might be sufficient.