Is there I way where I can see what devices are included in an Provisioning Profile Managed by Xcode? I've added some devices to my account, and when I refreshed the provisioning profiles in Xcode Preferences, I saw that it created a new Provisioning Profile with the same, but with a new expiration date (even though the previous one was removed from the management portal, it is still listed in Xcode).
Then, when I come back to check the Profile in the Portal, I see that it lists the total number of devices that I actually have registered on my Account. I would like to know if this is the default behaviour, if in all Provisioning Profiles managed by Xcode it will include all registered devices. If so, is there some way to change what devices are included, or for this I'll need to create the provision manually?
Update: I just realized that my question just make senses because I was thinking of distribution (ad-hoc), and Xcode Managed Provisioning Profiles are used in Development provisions, which makes senses for the actual developers working on it. When exporting an App archive, we need to actually select a distribution Provision Profile, which will then be managed in the developer portal and allow device selection.
Thanks.