All Projects → letiemble → ReceiptQuickLook

letiemble / ReceiptQuickLook

Licence: other
A QuickLook plugin to inspect App Store receipts.

Programming Languages

objective c
16641 projects - #2 most used programming language
Rich Text Format
576 projects
c
50402 projects - #5 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to ReceiptQuickLook

qlZipInfo
MacOSX QuickLook Generator for zip, jar, tar, tar.gz (.tgz), tar.bz2 (.tbz2/.tbz), tar.Z. xar (.xar, .pkg), debian (.deb), RedHat Package Manager (.rpm), 7zip (.7z), xz, Microsoft cabinet (.cab), gzip (.gz), lha, BinHex 4.0 (.hqx), and Stuffit (.sit) archives, and ISO9660 images
Stars: ✭ 47 (+34.29%)
Mutual labels:  quicklook-plugin, quicklook-bundle
QuickLook.Plugin.ApkViewer
Android package preview for QuickLook
Stars: ✭ 77 (+120%)
Mutual labels:  quicklook-plugin
apple-receipt
Apple InAppPurchase Receipt - Models, Parser, Validator
Stars: ✭ 25 (-28.57%)
Mutual labels:  receipt
chrome-raw-print
Chrome app to enable raw printing from a browser
Stars: ✭ 57 (+62.86%)
Mutual labels:  receipt
Url To Pdf Api
Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
Stars: ✭ 6,544 (+18597.14%)
Mutual labels:  receipt
Manta
🎉 Flexible invoicing desktop app with beautiful & customizable templates.
Stars: ✭ 5,160 (+14642.86%)
Mutual labels:  receipt
Phew
FLIF image viewer and QuickLook plugin for macOS
Stars: ✭ 74 (+111.43%)
Mutual labels:  quicklook-plugin
QuickLook.Plugin.HelixViewer
A plugin for viewing 3D models with QuickLook (Beta)
Stars: ✭ 67 (+91.43%)
Mutual labels:  quicklook-plugin
ESCPOS
A ESC/POS Printer Commands Helper
Stars: ✭ 26 (-25.71%)
Mutual labels:  receipt
receipt-manager-webapp
Receipt parser webapplication written in javascript and python.
Stars: ✭ 37 (+5.71%)
Mutual labels:  receipt
BlenderQuickLook
A Quick Look Plugin for generating Blender3D file thumbnails.
Stars: ✭ 36 (+2.86%)
Mutual labels:  quicklook-plugin
receipt parser
Allow parsing Russian receipts
Stars: ✭ 47 (+34.29%)
Mutual labels:  receipt
escpos-tools
Utilities to read ESC/POS print data
Stars: ✭ 145 (+314.29%)
Mutual labels:  receipt
veryfi-go
Go module for communicating with the Veryfi OCR API
Stars: ✭ 18 (-48.57%)
Mutual labels:  receipt
esc pos bluetooth
ESC/POS (thermal, receipt) printing for Flutter & Dart (Android/iOS)
Stars: ✭ 177 (+405.71%)
Mutual labels:  receipt
Assetcatalogtinkerer
An app that lets you open .car files and browse/extract their images.
Stars: ✭ 1,628 (+4551.43%)
Mutual labels:  quicklook-plugin
receipt-parser-server
Receipt parser server written in python.
Stars: ✭ 64 (+82.86%)
Mutual labels:  receipt
AVIFQuickLook
AVIF QuickLook plugin on macOS
Stars: ✭ 99 (+182.86%)
Mutual labels:  quicklook-plugin
payantNG-php
PHP Library for PayantNG
Stars: ✭ 14 (-60%)
Mutual labels:  receipt
DYFStoreKit
([Swift] https://github.com/chenxing640/DYFStore) A lightweight and easy-to-use iOS library for In-App Purchases (Objective-C). DYFStoreKit uses blocks and notifications to wrap StoreKit, provides receipt verification and transaction persistence and doesn't require any external dependencies.
Stars: ✭ 52 (+48.57%)
Mutual labels:  receipt

Receipt QuickLook Plugin

This quick look plugin provides a way to visualize cryptographic receipt generated by the App Stores (iOS and OS X). This is quite useful for iOS application as there is no way to visualize them on the device.

How to build ?

Open the project with Xcode and hit the build button. The project generates a QuickLook bundle named ReceiptQuickLook.qlgenerator.

Installation

Once the QuickLook bundle is generated:

  • copy it under the ~/Library/QuickLook/ folder for a user-wide use.
  • copy it under the /Library/QuickLook/ folder for a system-wide use. You may need to authenticate in order to copy the bundle.

Then, open a Terminal window and type qlmanage -r in order to rebuild the QuickLook plugin database.

You may also install the plugin as a cask via brew cask install receiptquicklook.

How to use ?

Like any other QuickLook plugin, go in the Finder, select a receipt file and press the space key.

Inspecting iOS receipt

In order to inspect iOS receipt, you have to:

  • Open the Xcode organizer window.
  • Select the device where your application is installed, then the Applications item.
  • Select the application and below the sandbox area, click on the download button. This will save a bundle with the xcappdata extension containing all the files from the application's sandbox.
  • In the Finder, right-click on the sandbox bundle and select Show Package Contents.
  • Go to the AppData/StoreKit folder and select the receipt file; press the space key.
  • Et Voilà !

License

The Receipt QuickLook Plugin is licensed under the GNU General Public License v3. See http://www.gnu.org/licenses/ for more details.

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