Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further clarifications #6

Merged
merged 3 commits into from
Jul 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# How does it work?
In 14.0-15.4.1, there is a bug where CoreTrust will allow any root certificate.

This script makes a deb file for you based on an IPA. Tested with Taurine and Odyssey, but should work with many others.
This script makes a deb file for you based on an IPA. Tested only with Taurine, but should work with many others.

This is especially useful for 14.0-14.2.1 users who don't have a permanently signed jailbreak (eg. unc0ver + Fugu14).

Expand All @@ -16,12 +16,12 @@ This is especially useful for 14.0-14.2.1 users who don't have a permanently sig

# How to use
1. Clone this repository: `git clone https://github.com/itsnebulalol/permasigner`
2. Install all requirements: `pip install -r requirements.txt`
2. Install all requirements: `pip install -r requirements.txt` or `pip3 install -r requirements.txt`
3. Edit the app's entitlements in `app.entitlements`
- If not sure, keep it how it is, it may work.
- Some apps like Dolphin have custom entitlements to use.
4. Install dpkg using brew
5. Run the script
5. Run the script: `python3 main.py`
- If you'd like the script to use codesign instead, pass `-c` or `--codesign`
6. Install the newly created deb file
7. Reboot to stock, the app will still work!
Expand Down