Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T16:40:53.000Z (7 months ago)
- Last Synced: 2024-07-31T12:14:54.245Z (3 months ago)
- Topics: ios, ios-dev, ipa, macos, objective-c, provision, quicklook, xcarchive
- Language: Objective-C
- Homepage:
- Size: 2.77 MB
- Stars: 2,319
- Watchers: 47
- Forks: 143
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ios - ProvisionQL - Quick Look plugin for apps and provisioning profile files. (Tools / Web View)
- Mac-QuickLook - ProvisionQL
- awesome-ios-star - ProvisionQL - Quick Look plugin for apps and provisioning profile files. (Tools / Web View)
- awesome-hacking-lists - ealeksandrov/ProvisionQL - Quick Look plugin for mobile apps and provisioning profiles (Objective-C)
README
# ProvisionQL - Quick Look for ipa & provision
[![Build Status](https://github.com/ealeksandrov/ProvisionQL/workflows/build/badge.svg?branch=master)](https://github.com/ealeksandrov/ProvisionQL/actions)
[![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 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.