mirror of
https://github.com/SoPat712/InfusePlus.git
synced 2025-10-29 08:52:49 -04:00
2.3.1
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -12,7 +12,7 @@ on:
|
|||||||
|
|
||||||
tweak_version:
|
tweak_version:
|
||||||
description: "The version of the tweak to use. Enter the version manually from dayanch96/InfusePlus/releases or leave default"
|
description: "The version of the tweak to use. Enter the version manually from dayanch96/InfusePlus/releases or leave default"
|
||||||
default: "2.3"
|
default: "2.3.1"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
|||||||
48
README.md
48
README.md
@@ -1,21 +1,27 @@
|
|||||||
# InfusePlus
|
# InfusePlus
|
||||||
<p align="center">
|
<p>Enhancer for <a href="https://apps.apple.com/us/app/id1136220934">Infuse</a></p>
|
||||||
<img src=https://github-production-user-asset-6210df.s3.amazonaws.com/38832025/241606359-e48135e8-147c-4687-a2f8-d2556d5301c9.png?raw=true) />
|
|
||||||
</p>
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td><img src="Resources/screenshot1.png" alt="Screenshot 1" /></td>
|
||||||
|
<td><img src="Resources/screenshot2.png" alt="Screenshot 2" /></td>
|
||||||
|
<td><img src="Resources/screenshot3.png" alt="Screenshot 3" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|  |  |  |
|
<details>
|
||||||
| --- | --- | --- |
|
<summary>More screenshots</summary>
|
||||||
|  |  |  |
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td><img src="Resources/screenshot4.png" alt="Screenshot 4" /></td>
|
||||||
<p align="center">
|
<td><img src="Resources/screenshot5.png" alt="Screenshot 5" /></td>
|
||||||
Enhancer for Infuse iOS app.
|
<td><img src="Resources/screenshot6.png" alt="Screenshot 6" /></td>
|
||||||
</p>
|
</tr>
|
||||||
|
</table>
|
||||||
|
</details>
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Premium settings</summary>
|
<summary>Premium settings</summary>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -52,21 +58,3 @@ Enhancer for Infuse iOS app.
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
**Infuse Plus preferences can be found in the Settings tab**
|
**Infuse Plus preferences can be found in the Settings tab**
|
||||||
|
|
||||||
## How to build a Infuse Plus app using Github actions
|
|
||||||
> [!NOTE]
|
|
||||||
> If this your first time, complete following steps before starting:
|
|
||||||
>
|
|
||||||
> 1. Fork this repository using the fork button on the top right
|
|
||||||
> 2. On your forked repository, go to **Actions** tab and click **I understand my workflows, go ahead and enable them**.
|
|
||||||
|
|
||||||
<ol>
|
|
||||||
<li>Click on <strong>Sync fork</strong>, and if your branch is out-of-date, click on <strong>Update branch</strong>.</li>
|
|
||||||
<li>Navigate to the <strong>Actions tab</strong> in your forked repository and select <strong>Build Infuse Plus app</strong>.</li>
|
|
||||||
<li>Click the <strong>Run workflow</strong> button located on the right side.</li>
|
|
||||||
<li>Prepare a decrypted .ipa file <em>(we cannot provide this due to legal reasons)</em>, then upload it to a file provider (e.g., filebin.net, filemail.com, or Dropbox is recommended). Paste the URL of the decrypted IPA file in the provided field.</li>
|
|
||||||
<li><span style="color: red; font-weight: bold;">NOTE:</span> Make sure to provide a direct download link to the file, not a link to a webpage. Otherwise, the process will fail.</li>
|
|
||||||
<li>Enter the tweak version from the releases (the latest release is selected by default). You can also change the BundleID and Display Name if desired.</li>
|
|
||||||
<li>Make sure all inputs are correct, then click <strong>Run workflow</strong> to start the process.</li>
|
|
||||||
<li>Wait for the build to finish. You can download the Infuse Plus app from the releases section of your forked repo. (If you can't find the releases section, go to your forked repo and add /releases to the URL, i.e., github.com/user/InfusePlus/releases.)</li>
|
|
||||||
</ol>
|
|
||||||
Reference in New Issue
Block a user