chxcode
chxcode copied to clipboard
Changes the current Xcode
Results
2
chxcode issues
Sort by
recently updated
recently updated
newest added
Some tests were failing because our sort order was depending on the order `mdfind` was returning Xcodes. This uses sort -n to sort versions by their numeric order.
asdf uses `.tool-versions` to control the expected version of multiple tools. This prevents having to define separate files for each tool (`.ruby-version`, `.node-version`, etc). This adds support to read Xcode...