-
-
Notifications
You must be signed in to change notification settings - Fork 56
Home
samara edited this page Sep 19, 2024
·
8 revisions
Welcome to the Feather wiki!
This wiki is a work in progress, contributors feel free to edit and modify the wiki to add/update information.
Feather is an on-device signing tool designed to be able to install apps on your device with ease, provided you have valid certificates to be able to sideload to your device (i.e. from the Apple Developer Program).
Tip
If you're using a DNS method to sign, please do not blacklist app.localhost.direct
, as it would interfere with installation
- Clone the repository to your machine
git clone https://github.com/khcrysalis/feather
cd feather
-
Build to your device
make package SCHEME="'feather (Debug)'"
- OR use Xcode to deploy Feather to your device
-
Edit the code; and after testing and found your changes are good and ready, you may move on to the next step
-
Create a pull request so your changes can be integrated info Feather
- Make sure you read the Code of Conduct before contributing
- Any large requests please create an issue first before doing so
Do you need help? Open an Issue! | Made with 💖 by Samara M & Contributors