chore: add readme
This commit is contained in:
21
LICENSE
Normal file
21
LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2025 relikd
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -110,6 +110,8 @@
|
||||
547F52F32EB2CA05002B6D5F /* Html+Entitlements.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Html+Entitlements.swift"; sourceTree = "<group>"; };
|
||||
547F52F62EB2CAC7002B6D5F /* Html+Footer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Html+Footer.swift"; sourceTree = "<group>"; };
|
||||
547F52F82EB2CBAB002B6D5F /* Date+Format.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date+Format.swift"; sourceTree = "<group>"; };
|
||||
547F52FB2EB37F10002B6D5F /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
||||
547F52FC2EB37F3A002B6D5F /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
|
||||
5485EE362EB1460C009E3905 /* Network.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Network.framework; path = System/Library/Frameworks/Network.framework; sourceTree = SDKROOT; };
|
||||
54D3A6EB2EA31B52001EF4F6 /* AppCategories.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppCategories.swift; sourceTree = "<group>"; };
|
||||
54D3A6ED2EA39CC6001EF4F6 /* AppIcon.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppIcon.swift; sourceTree = "<group>"; };
|
||||
@@ -186,6 +188,8 @@
|
||||
54442BEB2E378B71008A870E = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
547F52FC2EB37F3A002B6D5F /* LICENSE */,
|
||||
547F52FB2EB37F10002B6D5F /* README.md */,
|
||||
54D3A6F62EA4610B001EF4F6 /* PrivateFrameworks */,
|
||||
54D3A6F42EA46069001EF4F6 /* resources */,
|
||||
541051562E37AFC10083670B /* src */,
|
||||
|
||||
33
README.md
Normal file
33
README.md
Normal file
@@ -0,0 +1,33 @@
|
||||

|
||||
[](https://github.com/relikd/QLApps/releases)
|
||||
[](LICENSE)
|
||||
|
||||
|
||||
QLApps
|
||||
======
|
||||
|
||||
A QuickLook plugin for app bundles (`.ipa`, `.appex`, `.xcarchive`).
|
||||
|
||||

|
||||
|
||||
|
||||
## Why?
|
||||
|
||||
I have been using [ProvisionQL][1].
|
||||
In fact, I have contributed a lot of time and effort into a [pull request][2] to improve features and fix bugs.
|
||||
But my PR is still open after 1 ½ years and there is still no support for macOS 15.
|
||||
I know the author is working on it but it still takes too long for me.
|
||||
So here it goes, my own fork to maintain.
|
||||
|
||||
This is not to devalue the original code, I highly respect the authors contribution for the general public.
|
||||
I merely want things to be done.
|
||||
Also, I've removed support for provisioning profiles (`.mobileprovision`, `.provisionprofile`) and focus on app bundles.
|
||||
|
||||
|
||||
## Future
|
||||
|
||||
If I find the time, I'll add support for `.apk` files too.
|
||||
|
||||
|
||||
[1]: https://github.com/ealeksandrov/ProvisionQL
|
||||
[2]: https://github.com/ealeksandrov/ProvisionQL/pull/54
|
||||
Reference in New Issue
Block a user