mirror of
https://github.com/SoPat712/InfusePlus.git
synced 2025-10-29 08:52:49 -04:00
Building ipa using Github Actions
This commit is contained in:
17
README.md
17
README.md
@@ -58,3 +58,20 @@
|
|||||||
</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 an Infuse Plus app using Github actions
|
||||||
|
> [!NOTE]
|
||||||
|
> If this is 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 **Repository Settings** > **Actions**, enable **Read and Write** permissions.
|
||||||
|
|
||||||
|
### Step-by-step build process
|
||||||
|
<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>Create 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, then upload it to a file provider (e.g., filebin.net, filemail.com, or Dropbox - these are recommended). Paste the URL of the decrypted IPA file in the provided field.</li>
|
||||||
|
<li><strong>NOTE:</strong> Make sure to provide a <em>direct download link</em> 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 Bundle ID 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. After that, you can download the Infuse Plus app from the releases section of your forked repository. (If you can't find the releases section, go to your forked repository and add <em>/releases</em> to the URL, i.e., <em>https://github.com/YOUR_USERNAME/InfusePlus/releases</em>)</li>
|
||||||
Reference in New Issue
Block a user