With the new requirement to install Xcode from mac AppStore, i would like to locate the install package (.dmg) and archive it somewhere.

Use case 1 : got 100+ workstations, dont want(need) to download 100+ times.

Use case 2 : I archive, ship, and later End-of-life a product built with Xcode 4.1.1. A premium customer requires an urgent bug fix, I would like to temporarily install a few workstations with THAT Xcode.

tia.

btw, same goes for Lion, or whatever future feline Apple may release.

link|improve this question

feedback

3 Answers

up vote 5 down vote accepted

in case you download Xcode from AppStore, Pablo is right.

However, in case you want the "good old" download of the .dmg file from Apple's website, you have to login at the Apple Connect website (Developer Download and ADC Program Assets). You will find various versions of Xcode under "Developer Tools". When clicking the link, your account will be checked if the download is authorized for your current subscription.

link|improve this answer
hey maggix, thank you for that. When i went through the developer portal, IT forced me to go via AppStore. I much prefer the way you suggested. – YvesLeBorg Sep 6 '11 at 14:41
Just one note, though. I downloaded the Xcode 4.1 for Lion .dmg from Connect, and it seems to me (but correct me if I'm wrong) that it still install the Install Xcode application to the Applications folder. It's just an easier way to get the redistributable package. – maggix Sep 6 '11 at 14:57
yes it does ... but i can work around that easily (much easier than working around NOT having the dmg at all. FYI , the method suggested by Pablo also worked. – YvesLeBorg Sep 6 '11 at 15:35
feedback

It's usually under Applications folder. The program is called Install XCode. You can copy and use that in your 100+ workstations.

Here's a question on apple.stackexchange.com where you will find a similar problem/answer.

link|improve this answer
Thanks Pablo, a usual case of forgetting the last ditch attempt ( spotlight :) ). Found it, it's on its way to my SVN repo. – YvesLeBorg Sep 4 '11 at 14:32
Xcode installation on SVN repo? Wouldn't it be easier to just go to purchased tab in AppStore on every Mac? :) – Filip Radelic Sep 4 '11 at 14:45
hell no ... if you factor that an AppStore install is flaky (3 times on a specific MBP). Further, there is no way to know what other assenine usage policies will be placed by Apple in the coming months/years, i like to implement my own and be totally autonomous. Also i tend to be caustic with change management. My repo gets backed-up on S3 frequently ... i guess its a case of belts and suspenders, but I wont risk losing/misplacing any piece in the robot ... and i can script completely the 'restore workstation' from a branch, inclusive of the dev environment. – YvesLeBorg Sep 4 '11 at 15:24
feedback

If you find the aforementioned Install Xcode package and ctrl-click on it, choose Show Package contents to reveal the .dmg file. It's in there somewhere ;)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.