Need a list of all the udids associated with a provisioning profile?
- Export your provisioning profile from Xcode, or re-download it from Apple's Provisioning Portal.
- Run
extract_udids.py <somefilename.mobileprovision>
.
Requires Python 2.7, or Python 2.6 + argparse.
BSD license.