From 5902b519360a1525ab290b1e820bf47dc1d0b89a Mon Sep 17 00:00:00 2001 From: Dan <38832025+dayanch96@users.noreply.github.com> Date: Sat, 9 Aug 2025 21:46:35 +0300 Subject: [PATCH] 2.3.1 --- .github/workflows/main.yml | 2 +- README.md | 48 ++++++++++++++------------------------ 2 files changed, 19 insertions(+), 31 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e63693d..68875da 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ on: tweak_version: 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 type: string diff --git a/README.md b/README.md index 5d85a47..9c8a732 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,27 @@ # InfusePlus -

- -

+

Enhancer for Infuse

## Screenshots + + + + + + +
Screenshot 1Screenshot 2Screenshot 3
-| ![ss1](https://raw.githubusercontent.com/dayanch96/InfusePlus/refs/heads/main/Resources/screenshot1.png) | ![ss2](https://raw.githubusercontent.com/dayanch96/InfusePlus/refs/heads/main/Resources/screenshot2.png) | ![ss3](https://raw.githubusercontent.com/dayanch96/InfusePlus/refs/heads/main/Resources/screenshot3.png) | -| --- | --- | --- | -| ![ss4](https://raw.githubusercontent.com/dayanch96/InfusePlus/refs/heads/main/Resources/screenshot4.png) | ![ss5](https://raw.githubusercontent.com/dayanch96/InfusePlus/refs/heads/main/Resources/screenshot5.png) | ![ss6](https://raw.githubusercontent.com/dayanch96/InfusePlus/refs/heads/main/Resources/screenshot6.png) | - - -

-Enhancer for Infuse iOS app. -

+
+ More screenshots + + + + + + +
Screenshot 4Screenshot 5Screenshot 6
+
## Features -
Premium settings
**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**. - -
    -
  1. Click on Sync fork, and if your branch is out-of-date, click on Update branch.
  2. -
  3. Navigate to the Actions tab in your forked repository and select Build Infuse Plus app.
  4. -
  5. Click the Run workflow button located on the right side.
  6. -
  7. Prepare a decrypted .ipa file (we cannot provide this due to legal reasons), 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.
  8. -
  9. NOTE: Make sure to provide a direct download link to the file, not a link to a webpage. Otherwise, the process will fail.
  10. -
  11. 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.
  12. -
  13. Make sure all inputs are correct, then click Run workflow to start the process.
  14. -
  15. 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.)
  16. -
\ No newline at end of file