xcpretty / xcode-install

🔽 Install and update your Xcodes
https://fastlane.tools
MIT License
2.58k stars 237 forks source link

Add support for aria2 for faster downloads #425

Open tahirmt opened 3 years ago

tahirmt commented 3 years ago

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

jpsim commented 3 years ago

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

tahirmt commented 3 years ago

@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

rogerluan commented 2 years ago

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)