Roger Oba

Results 294 comments of Roger Oba

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...

Thank you so much for implementing this feature @russell-garmin ! I've left some comments for you, although your PR looks good overall. Please take a look when you have the...

Beta versions are not installable anymore AFAIK (after Xcode public version was released). run `xcversion update` and check if it's still "visible"

Oooh 😮 gotcha, I misunderstood the issue, sorry.

I like this a lot! Perhaps using semantic versioning to compare versions 👌 Feel free to submit a pull request to implement this improvement 👍

@Pe-te , we'd need a PR to be open containing @crazytonyli's changes so we can review, test and merge them 😊

Here's a related ticket you might find useful information (including workarounds): https://github.com/xcpretty/xcode-install/issues/395

@daemedeor IIRC the reason is that the official API provided by Apple doesn't contain APIs to download Xcode. The code this project uses is the undocumented/unofficial API, which only supports...

No problem! :) If you're looking for pointers on where to start, I think that, moving forward, the best use of your time would be if you played around with...

Ah, that makes sense 😞 Yeah, unfortunately everything leads us to think that it's still not available (not even as a undocumented official API) 😬 Thanks for digging into this...