Remember when Migration Assistant worked with Disk Images?

Apple Disk Image IconI don’t exactly recall when Apple’s Migration Assistant started logging out the user (10.9ish), but since then it has been a little more irritating to migrate from a dmg or other image format (as opposed to a source hard drive or time machine backup).  Here is a simple Terminal command to mount the image as root and thus keep it mounted after logout.

sudo hdiutil attach diskimage.dmg

This process does require running a checksum, and for larger images that could take a while.  Once you run this command and it completes its verification of the disk image, simply run Migration Assistant and complete the migration.  After migration and a restart, the image is unmounted and you are ready to work on your newly migrated mac. (note: migration can also take quite a while depending on the amount of data)

Note:  to skip verification, use -noverify (only do this if time is critical.  You will want the cleanest possible start to your newly migrated computer).

Links to Download Xcode DMG for all version!

Ok, i was doing some work with Mac Ports on an old 10.7.5 machine (9 year old iMac still works great).  I realized that i needed an Xcode install for 10.7.5.  I spent hours trying to find links to old Xcode versions on Apple’s Developer site.  They are gone.  Broadening my search to google, I found this amazing trove of links.  I am posting them here for my own selfish reasons, but i linked to the original post. Why must Apple insist on deleting the past.   enjoy them while they still work.

(you will need to be registered as an apple developer for these links to work.  Anyone can do it and it is free.)

Addition:

Xcode 15
15 Beta 4: https://download.developer.apple.com/Developer_Tools/Xcode_15_beta_4/Xcode_15_beta_4.xip

Xcode 14
14.3.1: https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_14.3.1/Xcode_14.3.1.xip

Xcode 11
11.4 Beta 3: https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_11.4_beta_3/Xcode_11.4_beta_3.xip
11.4 Beta 2: https://download.developer.apple.com/Developer_Tools/Xcode_11.4_beta_2/Xcode_11.4_beta_2.xip
11.3.1: https://download.developer.apple.com/Developer_Tools/Xcode_11.3.1/Xcode_11.3.1.xip
11 Beta: https://developer.apple.com/services-account/download?path=/WWDC_2019/Xcode_11_Beta/Xcode_11_Beta.xip

Xcode 10
10.2.1:  https://download.developer.apple.com/Developer_Tools/Xcode_10.2.1/Xcode_10.2.1.xip
10.2:  https://download.developer.apple.com/Developer_Tools/Xcode_10.2/Xcode_10.2.xip
10.1:  https://download.developer.apple.com/Developer_Tools/Xcode_10.1/Xcode_10.1.xip
Beta 2:  https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_10_Beta_2/Xcode_10_Beta_2.xip

Xcode 9
9.4.1  9F2000:  https://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12
9.3: https://download.developer.apple.com/Developer_Tools/Xcode_9.3/Xcode_9.3.xip
9.2: https://download.developer.apple.com/Developer_Tools/Xcode_9.2/Xcode_9.2.xip
9.1: https://download.developer.apple.com/Developer_Tools/Xcode_9.1/Xcode_9.1.xip
beta GM 9A235: https://download.developer.apple.com/…/Xcode_9_GM_seed.xip

Xcode 8
8.3.3:  https://download.developer.apple.com/…/Xcode8.3.3.xip
8.3: https://download.developer.apple.com/…/Xcode_8.3.xip
8.2: https://download.developer.apple.com/…/Xcode_8.2.xip
8.1: https://download.developer.apple.com/…/Xcode_8.1.xip
8: https://download.developer.apple.com/…/Xcode_8.xip

Xcode 7
7.3.1: https://download.developer.apple.com/…/Xcode_7.3.1.dmg
7.2: https://download.developer.apple.com/…/Xcode_7.2.dmg
7.1.1: https://download.developer.apple.com/…/Xcode_7.1.1.dmg

Continue reading “Links to Download Xcode DMG for all version!”