XcodesOrg / xcodes

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

Install Xcode from a URL #145

Open fkorotkov opened 3 years ago

fkorotkov commented 3 years ago

Right now it's possible to install a *.xip file from a local FS. It will be great to be able to install Xcode from a remote URL. I see two benefits of it:

  1. Faster install since the URL can be in the local network of a company.
  2. Somewhat workaround for #141. For CI purposes Xcode XIPs can be located in the same network as CI nodes.