How to check iOS/OSX provisioning profile information
ProvisionQL tutorial
Sep 3, 2018 · 1 min read
If you have developed several iOS projects without a good file management, it is hard to figure out which .ipa and provisioning profile belongs which project. You can open the files by text editor like Sublime Text but some other cannot. So, do we have a fastest way to do that?
Yes, install ProvisionQL. You can view the following files in a user friendly way.

It also support to view the following files.
.ipa - iOS packaged application
.xcarchive - Xcode archive
.appex - iOS/OSX application extension
.mobileprovision - iOS provisioning profile
.provisionprofile - OSX provisioning profile
Installation Guide
brew cask install provisionqlIf you have not installed the brew yet, please check homebrew installation guide.