All Projects → ealeksandrov → Provisionql

ealeksandrov / Provisionql

Licence: mit
Quick Look plugin for apps and provisioning profile files

Programming Languages

objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to Provisionql

Dsymtools
dSYM analyze
Stars: ✭ 3,244 (+61.23%)
Mutual labels:  xcarchive
Relax
A tiny release tool to support multi distribution(IPA) on iOS development.
Stars: ✭ 40 (-98.01%)
Mutual labels:  ipa
Assetcatalogtinkerer
An app that lets you open .car files and browse/extract their images.
Stars: ✭ 1,628 (-19.09%)
Mutual labels:  quicklook
Cartool
Mac上解压Assets.car文件的小工具(支持右键解压)
Stars: ✭ 375 (-81.36%)
Mutual labels:  ipa
Monkeydev
CaptainHook Tweak、Logos Tweak and Command-line Tool、Patch iOS Apps, Without Jailbreak.
Stars: ✭ 5,492 (+172.96%)
Mutual labels:  ipa
Deployer
A deployment tool written in PHP with support for popular frameworks out of the box
Stars: ✭ 8,928 (+343.74%)
Mutual labels:  provision
Swiftscan
A barcode and qr code scanner( 二维码/条形码扫描、生成,仿微信、支付宝)
Stars: ✭ 293 (-85.44%)
Mutual labels:  ipa
Ipa Dict
Monolingual wordlists with pronunciation information in IPA
Stars: ✭ 139 (-93.09%)
Mutual labels:  ipa
Ios Ipa Server
Create a HTTPS Server to install iOS ipa
Stars: ✭ 718 (-64.31%)
Mutual labels:  ipa
Bigcidian
Pronunciation lexicon covering both English and Chinese languages for Automatic Speech Recognition.
Stars: ✭ 99 (-95.08%)
Mutual labels:  ipa
Ipa Server
Upload and install IPA in web.
Stars: ✭ 392 (-80.52%)
Mutual labels:  ipa
Appinfoscanner
一款适用于以HW行动/红队/渗透测试团队为场景的移动端(Android、iOS、WEB、H5、静态网站)信息收集扫描工具,可以帮助渗透测试工程师、攻击队成员、红队成员快速收集到移动端或者静态WEB站点中关键的资产信息并提供基本的信息输出,如:Title、Domain、CDN、指纹信息、状态信息等。
Stars: ✭ 424 (-78.93%)
Mutual labels:  ipa
Popcorntimetv
Popcorn Time for Apple TV 4, iPhone and iPad
Stars: ✭ 1,216 (-39.56%)
Mutual labels:  ipa
Ipapatch
Patch iOS Apps, The Easy Way, Without Jailbreak.
Stars: ✭ 3,837 (+90.71%)
Mutual labels:  ipa
Rhcsa8env
This is a RHCSA8 study environment built with Vagrant/Ansible
Stars: ✭ 108 (-94.63%)
Mutual labels:  ipa
App Info Parser
A javascript parser for parsing .ipa or .apk files. IPA/APK文件 js 解析器
Stars: ✭ 298 (-85.19%)
Mutual labels:  ipa
Antenna
Painless iOS over-the-air enterprise distribution
Stars: ✭ 67 (-96.67%)
Mutual labels:  ipa
Ipadownloadtool
输入下载页面链接自动解析ipa下载地址,支持本地下载,支持蒲公英和fir及其他所有自定义下载页面(由于是通过拦截webView的itms-services://请求获取plist文件,因此理论上可无视所有的请求加密、校验措施,支持各类企业版、内测包ipa下载)
Stars: ✭ 145 (-92.79%)
Mutual labels:  ipa
Firebase Distribution Github Action
This action uploads artifacts (.apk or .ipa) to Firebase App Distribution.
Stars: ✭ 118 (-94.14%)
Mutual labels:  ipa
Yalu Jailbreak Ios 10.2
My own fork of (Beta) Yalu Jailbreak for iOS 10.0 to 10.2 by @kpwn and @marcograss with custom UI and other features.
Stars: ✭ 99 (-95.08%)
Mutual labels:  ipa

ProvisionQL - Quick Look for ipa & provision

CI Status Latest Release License 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 file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].