mirror of
https://github.com/YuzuZensai/iOS-DiscordPresence.git
synced 2026-01-31 14:57:30 +00:00
Update README.md
This commit is contained in:
17
README.md
17
README.md
@@ -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
|
This is my first jailbreak tweak <3, so it might not be perfect
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## 📃 TODOs
|
## 🔧 Installation
|
||||||
|
1. Download .deb from [release](https://github.com/YuzuZensai/iOS-DiscordPresence/releases) page (for repo, soon?)
|
||||||
- [ ] Fetching the discord token (Somehow hooking the Discord app? No idea yet)
|
2. Install the .deb file (Using your package manager, or Filza)
|
||||||
|
3. Respring
|
||||||
|
4. Configure the tweak in the settings
|
||||||
|
|
||||||
## 👜 Prerequisites
|
## 👜 Prerequisites
|
||||||
|
|
||||||
- [Theos](https://theos.dev/)
|
- [Theos](https://theos.dev/)
|
||||||
|
|
||||||
## 🔧 Installation
|
## 🔧 Building
|
||||||
|
|
||||||
1. Clone this repository
|
1. Clone this repository
|
||||||
2. Edit ``Makefile`` if needed
|
2. Edit ``Makefile`` if needed
|
||||||
3. Run ``make do`` to build and install on your device, or ``make package`` to build
|
3. Run ``make do`` to build and install on your device, ``make package`` to build, or ``make package FINALPACKAGE=1`` for production build
|
||||||
4. Get and put your Discord token in the tweak preference (Inside the settings app), and enable the tweak
|
|
||||||
|
|
||||||
## ⚠️ Disclaimer
|
## ⚠️ 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.
|
iOS-DiscordPresence utilizes Discord API that is outside OAuth2/bot API scope.
|
||||||
|
|
||||||
``/api/v6/presences``
|
``/api/v6/presences``
|
||||||
|
|||||||
Reference in New Issue
Block a user