Skip to content

Quick Look plugin for .ipa and .mobileprovision

License

Notifications You must be signed in to change notification settings

itaru0724/ProvisionQL

 
 

Repository files navigation

ProvisionQL - Quick Look for ipa & provision

Thumbnails example

Inspired by number of existing alternatives, the goal of this project is to provide clean, reliable, current and open-source Quick Look plugin for iOS & OSX developers.

Thumbnails will show app icon for .ipa or expiring status and device count for .mobileprovision. Quick look preview will give a lot of information, including UUIDs, devices, certificates and much more.

Supporting file types:

  • .ipa - iOS packaged application
  • .app - iOS application bundle
  • .appex - iOS/OSX application extension
  • .mobileprovision - iOS provisioning profile
  • .provisionprofile - OSX provisioning profile

More screenshots

License: MIT.

Acknowledgments

Check out these great alternatives:

Tutorials based on this example:

Installation from Homebrew Cask

Homebrew cask is the easiest way to install binary applications and quicklook plugins. If you have homebrew - use the line below and you are ready.

# ProvisionQL install
brew cask install provisionql

Installation from Xcode project

Just clone the repository, open ProvisionQL.xcodeproj and build active target. Shell script will place generator in ~/Library/QuickLook and call qlmanage -r automatically.

Manual installation

  • Download archive with latest version from the Releases page.
  • Move ProvisionQL.qlgenerator to ~/Library/QuickLook/(current user) or /Library/QuickLook/(all users).
  • run qlmanage -r to refresh Quick Look plugins list.

About

Quick Look plugin for .ipa and .mobileprovision

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 78.5%
  • C 13.9%
  • HTML 7.2%
  • Shell 0.4%