Has anyone done the latest XCode release, XCode 7.0.1? I am trying to do, trying to deploy XCode 7.0.1 to developers as fast and efficiently as possible, and running into problems. Go figure.
So with BETA5 you could deploy the DMG and just have a post install script to handle the actual install, however the latest full version (7.0.1) is different. When you launch (mount) the downloadable DMG file it comes up with a GUI, that tells you to drag the XCode.app to Applications, which extracts XCode from the DMG to Applications.
Is there any scripting magic that can be preformed to accomplish this without having to extract the XCode.app (8gigs) from XCode.dmg (4gigs). That way I am not deploying 8gigs to hundreds of users?
Thanks,
Will