Update README.md

This commit is contained in:
2022-07-20 16:47:06 +07:00
committed by GitHub
parent f80a2a99a5
commit 4139982553

View File

@@ -5,25 +5,28 @@ Jailbreak tweak that implements Discord Playing Presence like Samsung Game Launc
This is my first jailbreak tweak <3, so it might not be perfect
![Preview](https://user-images.githubusercontent.com/84713269/167249578-41f97c06-756c-4610-a94e-2a259a9171fb.gif)
![Preference](https://user-images.githubusercontent.com/84713269/167431755-adcc770f-9dd8-4e57-83e8-7e697e6f28da.png)
![Preference](https://user-images.githubusercontent.com/84713269/179952103-1e851b56-14ce-4e48-8f51-ddb52aaf5d01.png)
## 📃 TODOs
- [ ] Fetching the discord token (Somehow hooking the Discord app? No idea yet)
## 🔧 Installation
1. Download .deb from [release](https://github.com/YuzuZensai/iOS-DiscordPresence/releases) page (for repo, soon?)
2. Install the .deb file (Using your package manager, or Filza)
3. Respring
4. Configure the tweak in the settings
## 👜 Prerequisites
- [Theos](https://theos.dev/)
## 🔧 Installation
## 🔧 Building
1. Clone this repository
2. Edit ``Makefile`` if needed
3. Run ``make do`` to build and install on your device, or ``make package`` to build
4. Get and put your Discord token in the tweak preference (Inside the settings app), and enable the tweak
3. Run ``make do`` to build and install on your device, ``make package`` to build, or ``make package FINALPACKAGE=1`` for production build
## ⚠️ Disclaimer
Only tested on iOS 14.3, but it should work on other versions too
iOS-DiscordPresence utilizes Discord API that is outside OAuth2/bot API scope.
``/api/v6/presences``