https://github.com/ealeksandrov/provisionql
Quick Look plugin for mobile apps and provisioning profiles
https://github.com/ealeksandrov/provisionql
ios ios-dev ipa macos objective-c provision quicklook xcarchive
Last synced: 11 days ago
JSON representation
Quick Look plugin for mobile apps and provisioning profiles
- Host: GitHub
- URL: https://github.com/ealeksandrov/provisionql
- Owner: ealeksandrov
- License: mit
- Created: 2014-01-08T18:59:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T19:04:38.000Z (6 months ago)
- Last Synced: 2025-04-13T00:38:38.268Z (about 1 month ago)
- Topics: ios, ios-dev, ipa, macos, objective-c, provision, quicklook, xcarchive
- Language: Objective-C
- Homepage:
- Size: 2.81 MB
- Stars: 2,383
- Watchers: 46
- Forks: 156
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ProvisionQL - Quick Look for ipa & provision
[](https://github.com/ealeksandrov/ProvisionQL/actions)
[](https://github.com/ealeksandrov/ProvisionQL/releases/latest)
[](LICENSE.md)

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.

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 install --cask provisionql
```### 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.