Created
September 23, 2022 12:24
-
-
Save raven/d7f3aa56cf0ef820d20ad4061cd62ff0 to your computer and use it in GitHub Desktop.
Download Xcode without Apple ID
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Working with v16: