https://github.com/nightwinddev/settingswifipassword
Add a button to copy the WiFi password to the Settings app.
https://github.com/nightwinddev/settingswifipassword
ios jailbreak password tweak wifi
Last synced: 10 months ago
JSON representation
Add a button to copy the WiFi password to the Settings app.
- Host: GitHub
- URL: https://github.com/nightwinddev/settingswifipassword
- Owner: NightwindDev
- License: mit
- Created: 2025-03-02T20:21:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T20:26:16.000Z (10 months ago)
- Last Synced: 2025-03-02T21:27:13.302Z (10 months ago)
- Topics: ios, jailbreak, password, tweak, wifi
- Language: Swift
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SettingsWiFiPassword
### Compatible with iOS 11-15.
Add a button to copy the WiFi password to the Settings app.
### How to install
Head over to the [Releases](https://github.com/NightwindDev/SettingsWiFiPassword/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