https://github.com/nightwinddev/powersettings
A simple tweak to add power settings to the Settings app.
https://github.com/nightwinddev/powersettings
ios ipados jailbreak powersettings swift tweak
Last synced: 6 months ago
JSON representation
A simple tweak to add power settings to the Settings app.
- Host: GitHub
- URL: https://github.com/nightwinddev/powersettings
- Owner: NightwindDev
- Created: 2025-02-28T07:06:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T07:14:21.000Z (10 months ago)
- Last Synced: 2025-02-28T14:20:04.770Z (10 months ago)
- Topics: ios, ipados, jailbreak, powersettings, swift, tweak
- Language: Swift
- Homepage:
- Size: 418 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# PowerSettings
### Compatible with iOS 13-18.
A simple tweak to add power settings to the Settings app.
### Screenshots

### How to install
Head over to the [Releases](https://github.com/NightwindDev/PowerSettings/releases) section and download the correct `.deb` for your device.
### How to compile manually
Make sure you have [Theos](https://github.com/theos/theos) installed and configured.
Clone the repo and run the command you need:
```bash
# To build for rootful
make clean package FINALPACKAGE=1
# To build for rootless
make clean package THEOS_PACKAGE_SCHEME=rootless FINALPACKAGE=1
```
#### License
This project is licensed under [MIT](LICENSE).
###### Copyright (c) 2025 Nightwind