Skip to content

Instantly share code, notes, and snippets.

@marceloandrader
Created September 30, 2011 16:27
Show Gist options
  • Save marceloandrader/1254282 to your computer and use it in GitHub Desktop.
Save marceloandrader/1254282 to your computer and use it in GitHub Desktop.
Download ios sdk with wget
# First need to install cookie exporter on firefox
# Enter to the developer site
# Try to download the file
# Copy the url from the downloads
# Export the cookies.txt file
# Then run this command
wget --limit-rate=50k --server-response --continue --no-check-certificate --load-cookies=cookies.txt http://adcdownload.apple.com/Developer_Tools/xcode_4.1_for_snow_leopard_21110/xcode_4.1_for_snow_leopard.dmg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment