Skip to content
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.

About

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

Table of Contents

Contributing

  1. Clone the repository to your machine
git clone https://github.com/khcrysalis/feather
cd feather
  1. Build to your device

    • make package SCHEME="'feather (Debug)'"
    • OR use Xcode to deploy Feather to your device
  2. Edit the code; and after testing and found your changes are good and ready, you may move on to the next step

  3. 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
Clone this wiki locally