mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-05-21 22:12:56 +00:00
- Removed all other tweak integrations (YTLite, YTUHD, YouPiP, etc.) - Cleaned Makefile to build only YTLitePlus - Kept only required YouTubeHeader dependency - Preserved localization bundle - Updated README for standalone usage
43 lines
831 B
Markdown
43 lines
831 B
Markdown
# YTLitePlus Tweak
|
|
|
|
A standalone iOS tweak that enhances YouTube with custom themes, settings, and UI improvements.
|
|
|
|
## Features
|
|
- Custom themes and color schemes
|
|
- Low contrast mode
|
|
- Extensive settings customization
|
|
- Version spoofing support
|
|
- Localized in 15+ languages
|
|
|
|
## Building
|
|
|
|
### Prerequisites
|
|
- Theos installed
|
|
- iOS SDK
|
|
- Git with submodules support
|
|
|
|
### Build Steps
|
|
```bash
|
|
# Clone with submodules
|
|
git clone --recursive <your-repo-url>
|
|
|
|
# Or initialize submodules after cloning
|
|
git submodule update --init --recursive
|
|
|
|
# Build
|
|
make clean
|
|
make package
|
|
```
|
|
|
|
## Installation
|
|
1. Build the .deb package
|
|
2. Install via package manager (Sileo, Zebra, Cydia)
|
|
3. Respring or restart YouTube
|
|
|
|
## Dependencies
|
|
- YouTubeHeader (included as submodule)
|
|
- iOS 14.0 or later
|
|
- CydiaSubstrate/libhooker
|
|
|
|
## License
|
|
See LICENSE file.
|