@@ -75,10 +75,13 @@ case $1 in
7575 # ######################
7676 # PHASE 1: PACKAGING
7777 #
78+ # note: Xcode links from http://stackoverflow.com/questions/10335747/how-to-download-xcode-4-5-6-7-and-get-the-dmg-file/10335943#10335943
7879 if [ ! -f xcode_3.2.6_and_ios_sdk_4.3.dmg ]; then
7980 echo " *** you should download Xcode 3.2.6. Login to:"
8081 echo " https://developer.apple.com/downloads/"
8182 echo " then download from:"
83+ echo " http://developer.apple.com/devcenter/download.action?path=/Developer_Tools/xcode_3.2.6_and_ios_sdk_4.3__final/xcode_3.2.6_and_ios_sdk_4.3.dmg"
84+ echo " or"
8285 echo " http://adcdownload.apple.com/Developer_Tools/xcode_3.2.6_and_ios_sdk_4.3__final/xcode_3.2.6_and_ios_sdk_4.3.dmg"
8386 echo " and then run this script from within the same directory as the downloaded file"
8487 exit
@@ -87,6 +90,8 @@ case $1 in
8790 echo " *** you should download Xcode 4.6.3. Login to:"
8891 echo " https://developer.apple.com/downloads/"
8992 echo " then download from:"
93+ echo " https://developer.apple.com/devcenter/download.action?path=/Developer_Tools/xcode_4.6.3/xcode4630916281a.dmg"
94+ echo " or"
9095 echo " http://adcdownload.apple.com/Developer_Tools/xcode_4.6.3/xcode4630916281a.dmg"
9196 echo " and then run this script from within the same directory as the downloaded file"
9297 exit
@@ -95,6 +100,8 @@ case $1 in
95100 echo " *** you should download Xcode 5.1.1. Login to:"
96101 echo " https://developer.apple.com/downloads/"
97102 echo " then download from:"
103+ echo " https://developer.apple.com/devcenter/download.action?path=/Developer_Tools/xcode_5.1.1/xcode_5.1.1.dmg"
104+ echo " or"
98105 echo " http://adcdownload.apple.com/Developer_Tools/xcode_5.1.1/xcode_5.1.1.dmg"
99106 echo " and then run this script from within the same directory as the downloaded file"
100107 exit
@@ -103,6 +110,8 @@ case $1 in
103110 echo " *** you should download Xcode 6.4. Login to:"
104111 echo " https://developer.apple.com/downloads/"
105112 echo " then download from:"
113+ echo " http://developer.apple.com/devcenter/download.action?path=/Developer_Tools/Xcode_6.4/Xcode_6.4.dmg"
114+ echo " or"
106115 echo " http://adcdownload.apple.com/Developer_Tools/Xcode_6.4/Xcode_6.4.dmg"
107116 echo " and then run this script from within the same directory as the downloaded file"
108117 exit
0 commit comments