https://github.com/grishka/apkquicklook
OS X QuickLook plugin for Android APK files
https://github.com/grishka/apkquicklook
Last synced: about 2 months ago
JSON representation
OS X QuickLook plugin for Android APK files
- Host: GitHub
- URL: https://github.com/grishka/apkquicklook
- Owner: grishka
- License: unlicense
- Created: 2018-08-11T11:51:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T11:03:16.000Z (over 4 years ago)
- Last Synced: 2025-02-25T14:41:09.395Z (about 2 months ago)
- Language: Objective-C
- Size: 551 KB
- Stars: 22
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuickLook plugin for APKs

#### Features
* QuickLook panel for APKs that shows the app name, icon, package ID, version, permissions, target and minimum SDKs, and (optionally) signature certificate info & validity
* Signatures are disabled by default because they take around one second to verify. To enable them, run `defaults write me.grishka.ApkQuickLook checkSignatures -bool yes` in Terminal.
* APKs display their app icons as file icons in Finder#### Installation
I recommend downloading an installer package from Releases and using that, but if you prefer doing things manually, here's how it's done:
1. Copy ApkQuickLook.qlgenerator to either ~/Library/QuickLook/ to install it just for yourself or to /Library/QuickLook/ to install it for all users. You'll need the root password in the latter case.
2. Run `qlmanage -r` to load the plugin into the QuickLook daemon.