Created
September 30, 2011 16:27
-
-
Save marceloandrader/1254282 to your computer and use it in GitHub Desktop.
Download ios sdk with wget
This file contains 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
# 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