xcode-install icon indicating copy to clipboard operation
xcode-install copied to clipboard

Add support for aria2 for faster downloads

Open tahirmt opened this issue 4 years ago • 3 comments

It would be great to use aria2 to download Xcode faster when using fastlane

tahirmt avatar Mar 25 '21 19:03 tahirmt

FYI xcodes already does this. Personally I've switched to that tool to install and manage Xcode versions.

jpsim avatar Mar 25 '21 19:03 jpsim

@jpsim I haven't used it because I added a lane in our fastlane setup to install Xcode if not there and with xcode-install I can use FASTLANE_SESSION so my CI machine can run it without requiring password

tahirmt avatar Mar 25 '21 19:03 tahirmt

Adding this for future readers that would like to tackle this task: https://github.com/vineetchoudhary/Downloader-for-Apple-Developers this can be used as a guide on how to incorporate aria2 + xcode downloads (as well as xcodes aforementioned)

rogerluan avatar May 01 '22 00:05 rogerluan