Hi all. Thought I would do a quick knowledge share reg Xcode 4.5(.1) packaging... (apologies if this has already been posted but a quick search didnt show anything).
If you had previously package Xcode 4.3 or later using composer (new and modified snapshot) and are now doing the same for Xcode 4.5 then it looks like Apple have included another package that needs to be installed.
If you include in your post script the following it should remove the prompt to install a Device package when you first fire up Xcode:
installer -pkg /Applications/Xcode.app/Contents/Resources/Packages/MobileDeviceDevelopment.pkg -tgt /
Note this is in addition to the earlier package of MobileDevice.pkg when can be found in the same location and installed in the same way.
