Exporting iPhone UUIDs
This is a trick worth sharing.
Apple doesn’t supporting exporting the list of devices you use in your adhoc provisioning profiles. But, you might want to export them to share with another developer or import into another team account.
When you look at the devices on the iphone portal, the device IDs are truncated. That prevents you from doing a multiline copy/paste of the data from your browser.
However, if you view the page source, you’ll notice that the entire device ID is actually present in each table row. So, just whack the style and css info. The remaining html table can be imported into a spreadsheet or pasted into a file and converted to a .csv.
Thanks, Josh!

