You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2025. It is now read-only.
Tweak to inject [Bunny](https://github.com/pyoncord/Bunny) and [OpenInDiscord](https://github.com/castdrian/OpenInDiscord) into Discord. Forked [VendettaTweak](https://github.com/vendetta-mod/VendettaTweak), modified to match with [BunnyXposed](https://github.com/pyoncord/BunnyXposed) behavior. \
6
-
There are still slight differences between these two.
5
+
Tweak to inject [Bunny](https://github.com/pyoncord/Bunny) and [OpenInDiscord](https://github.com/castdrian/OpenInDiscord) into Discord. Forked from [VendettaTweak](https://github.com/vendetta-mod/VendettaTweak) and modified to match with [BunnyXposed](https://github.com/pyoncord/BunnyXposed)'s behavior.
7
6
8
7
<details>
9
8
<summary>Amended Licensing Terms Notice</summary>
@@ -16,12 +15,12 @@ This amendment is made in accordance with the OSL 3.0's Section 16, which allows
16
15
</details>
17
16
18
17
> [!WARNING]
19
-
> When sideloading with an ADP account cert, some functionality will break. If you value these features, sideload with a local development certificate instead. There is a workaround available that fixes several of the issues. See below for details.
18
+
> When sideloading with an ADP account cert, some functionality will break. If you value these features, sideload with a local development certificate instead. There is a workaround available that fixes one of the issues. See below for details.
20
19
21
20
<details>
22
21
<summary>Issues & Workaround</summary>
23
22
<br/>
24
-
To resolve the fixable issues, you need to match the app's bundle ID with your provisioning profile's App ID (excluding the team ID prefix):
23
+
To resolve the fixable issue, you need to match the app's bundle ID with your provisioning profile's App ID (excluding the team ID prefix):
25
24
<table>
26
25
<tr>
27
26
<th>Issue</th>
@@ -57,8 +56,8 @@ Builds can be found in the [Releases](https://github.com/pyoncord/BunnyTweak/rel
57
56
58
57
### Jailbroken
59
58
60
-
- Add the apt repo to your packages manager: <https://repo.adriancastro.dev>
61
-
- Manually install by downloading the Debian package (or by building your own, see [Building](#building)) and adding it to your package manager.
59
+
- Add the apt repo to your package manager: <https://repo.adriancastro.dev>
60
+
- Manually install by downloading the Debian package (or by building your own, see [Building](#building)) and adding it to your package manager
62
61
63
62
### Jailed
64
63
@@ -84,12 +83,10 @@ Builds can be found in the [Releases](https://github.com/pyoncord/BunnyTweak/rel
84
83
85
84
2. Install the required dependencies. You can do this by running `brew install make ldid` in your terminal. If you do not have brew installed, follow the instructions [here](https://brew.sh/).
86
85
87
-
3. Setup your path accordingly. We recommend you run the following before running the next commands, as well as any time you want to build BunnyTweak.
If you've already installed theos, you can run `$THEOS/bin/update-theos` to make sure it's up to date.
102
99
103
-
5. Clone this repository with`git clone [email protected]:pyoncord/BunnyTweak.git` and `cd` into it. Replace the URL with your fork if you've forked this repository.
100
+
5. Clone this repository via`git clone [email protected]:pyoncord/BunnyTweak.git` and `cd` into it.
104
101
105
-
6. To build BunnyTweak, you can run `rm -rf packages && make clean && make package FINALPACKAGE=1 && make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless`. The first command will remove any previous packages, the second will clean the project, the third will build the rootful package (which is denoted by the `arm.deb` ending), and the fourth will build the rootless package (which is denoted by the `arm64.deb` ending).
102
+
6. To build, you can run `make package`.
106
103
107
-
The first time you run this, it might take a bit longer, but subsequent builds should be much faster.
108
-
109
-
The resulting `.deb` files will be in the `packages` folder. As a reminder, `*arm.deb` is for rootful jailbreaks and sideloading, and `*arm64.deb` is for rootless jailbreaks.
104
+
The resulting `.deb` file will be in the `packages` folder.
0 commit comments