Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lexrus/8221113 to your computer and use it in GitHub Desktop.
Save lexrus/8221113 to your computer and use it in GitHub Desktop.
Dump edit page url list in iOS Dev Center
$.post(profileDataURL, function(d){d.provisioningProfiles.map(function(o){console.log('https://developer.apple.com/account/ios/profile/profileEdit.action?type=&provisioningProfileId='+o.provisioningProfileId)})});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment