Skip to content

Instantly share code, notes, and snippets.

@raven
Created September 23, 2022 12:24
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raven/d7f3aa56cf0ef820d20ad4061cd62ff0 to your computer and use it in GitHub Desktop.
Save raven/d7f3aa56cf0ef820d20ad4061cd62ff0 to your computer and use it in GitHub Desktop.
Download Xcode without Apple ID
# Fetch ADCDownloadAuth cookie
curl --cookie-jar cookie_file 'https://developerservices2.apple.com/services/download?path=%2FDeveloper_Tools%2FXcode_14%2FXcode_14.xip'
# Download Xcode using fetched ADCDownloadAuth cookie
curl --cookie cookie_file --remote-name 'https://download.developer.apple.com/Developer_Tools/Xcode_14/Xcode_14.xip'
@raven
Copy link
Author

raven commented Sep 24, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment