xcodes
xcodes copied to clipboard
Fix #382: make the display order of the Xcode version list increment and filtered duplicated versions
issue#382
I run the command swift run xcodes list on two commid to test the fix result:
- before change commit: 93bce877531e4bd60f7ef7f14379360a85caae36
- after change commit: 1750a1fc5aeeff0510c55a801330425f4bd69cde
the two result write into txt files as follow:
and use the visual studio code to diff this two txt file with command: code --diff before.txt after.txt:
- filtered duplicated version:
-
3.2.3 (10M2262)
- reorder two version with releaseData increment:
-
4.1 (4B110i) -
4.1 (4B110f)
- other fix version order:
- filtered duplicated version:
- 26.0 (17A324) (Installed, Selected)
- 26.0.1 (17A400)
- 26.1 (17B55)
- 26.1.1 (17B100)
#449