# ProvisionQL **Repository Path**: github-macOS/ProvisionQL ## Basic Information - **Project Name**: ProvisionQL - **Description**: Quick Look plugin for apps and provisioning profile files - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ProvisionQL - Quick Look for ipa & provision [![CI Status](http://img.shields.io/travis/ealeksandrov/ProvisionQL.svg)](https://travis-ci.org/ealeksandrov/ProvisionQL) [![Latest Release](https://img.shields.io/github/release/ealeksandrov/ProvisionQL.svg)](https://github.com/ealeksandrov/ProvisionQL/releases/latest) [![License](https://img.shields.io/github/license/ealeksandrov/ProvisionQL.svg)](LICENSE.md) ![Platform](https://img.shields.io/badge/platform-macos-lightgrey.svg) ![Thumbnails example](https://raw.github.com/ealeksandrov/ProvisionQL/master/Screenshots/1.png) 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](https://raw.github.com/ealeksandrov/ProvisionQL/master/Screenshots/2.png) 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](https://github.com/ealeksandrov/ProvisionQL/blob/master/Screenshots/README.md) ### Acknowledgments Initially based on [Provisioning by Craig Hockenberry](https://github.com/chockenberry/Provisioning). ### Tutorials based on this example: * English - [aleksandrov.ws](https://aleksandrov.ws/2014/02/25/osx-quick-look-plugin-development/) * Russian - [habrahabr.ru](https://habrahabr.ru/post/208552/) ## Installation ### Homebrew Cask [Homebrew cask](https://caskroom.github.io) is the easiest way to install binary applications and Quick Look plugins. If you have [homebrew](http://brew.sh/) installed - just run one line and you are ready: ```sh brew cask install 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](https://github.com/ealeksandrov/ProvisionQL/releases/latest) 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](https://twitter.com/ealeksandrov)). ## License `ProvisionQL` is available under the MIT license. See the [LICENSE.md](LICENSE.md) file for more info.