Profile Lister 1.0.2

Hey everyone,

I do quite a bit of diagnostics for Xojo users who are having trouble getting their iOS project to build or deploy. Usually the problem has to do with missing or corrupt provisioning profiles, but sometimes the conflict comes from having too many profiles on their machines. I had been helping users clean this up manually, and it was mentioned to me that it’d be great to have a tool that others could use to do this work, so here it is…

Profile Lister

The project is up on my GitHub account with an MIT license attached. If you’re not in the mood to compile it yourself, there’s a Universal Binary available in the Releases area.

9 Likes

Thanks Greg!!

Keep an eye out. I hope to have an update out soon that hooks into the App Store Connect API which (combined with a little logic) gives more insight into why profiles aren’t working.

For instance, It’s always surprising to me that when you download profiles with Xcode, that it doesn’t clean up certificates that no longer exist in their system.

very usefull, thanks greg

Hm. Violated my own rule. Could someone @xojo or @MVP move this to Add-ons?

Question for those of you that might use this:

I’m adding a profile download feature (like Xcode). Would it be more useful to

A. Download all certs from Apple that you have access to?
B. Just re-download the ones you already have on your machine?

I use the latter on my machine, but I could see a use for either or perhaps both.

Because I couldn’t help myself, this has been updated to version 1.5 with support for connecting to Apple’s App Store Connect API.