xcversion doesn't detect other manually-installed Xcode versions
In our CI environment we don't install Xcode using xcversion (partly because we're unable to install them from a network location - see #269), but we do refer to them in our fastlane files.
We've previously just renamed the installation to match what the Application name was when xcversion installed it (Xcode-9.4.app, Xcode-9.4.1.app), but I'm unable to figure out what the app name should be for Xcode 10 beta 6.
Is there are naming convention that's documented somewhere for xcversion to detect installed versions? I'll dig and try resolve this myself, but I'm hoping that someone can assist.
+1 I installed Xcode 12.5.1 on my mbp using xcversion, but unarchiving failed due to a memmory issue. I uncompressed Xcode.xip from ~/Library/Caches/XcodeInstall/ manually and moved Xcode to /Applications folder. But it isn't marked as installed in xcversion. It would be nice if xcode-install had an ability to add Xcodes to it's index manually.
Btw running xcversion install clears the cache even if Xcode.xip is already downloaded, seems like a missing functionality (I expect it to use cached archive by default and to re-download it with some --force-download flag for example)