Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 290 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 290 Bytes

Need a list of all the udids associated with a provisioning profile?

  1. Export your provisioning profile from Xcode, or re-download it from Apple's Provisioning Portal.
  2. Run extract_udids.py <somefilename.mobileprovision>.

Requires Python 2.7, or Python 2.6 + argparse.

BSD license.