Popularity
8.4
Stable
Activity
6.5
-
2,299
47
144

Programming language: Objective-C
License: MIT License
Tags: Tools    
Latest version: v1.6.2

ProvisionQL alternatives and similar libraries

Based on the "Tools" category.
Alternatively, view ProvisionQL alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ProvisionQL or a related project?

Add another 'Tools' Library

README

ProvisionQL - Quick Look for ipa & provision

CI Status Latest Release [License](LICENSE.md) Platform

Thumbnails example

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

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

Valid AdHoc provision

Supported file types:

  • .ipa - iOS packaged application
  • .xcarchive - Xcode archive
  • .appex - iOS/OSX application extension
  • .mobileprovision - iOS provisioning profile
  • .provisionprofile - OSX provisioning profile

More screenshots

Acknowledgments

Initially based on Provisioning by Craig Hockenberry.

Tutorials based on this example:

Installation

Homebrew Cask

Homebrew cask is the easiest way to install binary applications and Quick Look plugins.

If you have homebrew installed - just run one line and you are ready:

brew install --cask provisionql

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

  • 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.

Author

Created and maintained by Evgeny Aleksandrov (@ealeksandrov).

License

ProvisionQL is available under the MIT license. See the [LICENSE.md](LICENSE.md) file for more info.


*Note that all licence references and agreements mentioned in the ProvisionQL README section above are relevant to that project's source code only.