opa334 / TrollStore

Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple
Other
18.33k stars 1.11k forks source link

How do I add Procursus Idid to path on Mac? #240

Closed TomerGamerTV closed 2 years ago

TomerGamerTV commented 2 years ago

you didn't explain how to do it

CubeBag commented 2 years ago

This may not be the "best way" to do it (since I'm not familiar with Procursus), but it works fine as a quick-and-dirty way and it worked for me:

  1. brew uninstall ldid (the installation of THEOS installs the wrong ldid)
  2. Download it from the repo https://github.com/ProcursusTeam/ldid/releases/tag/v2.1.5-procursus5 (ldid_macos_arm64 if you have an M1/M2 mac, ldid_macos_x86_64 if you have Intel)
  3. Rename to ldid, do chmod +x ./ldid to make sure you can run it
  4. Copy it to /usr/local/bin

Because /usr/local/bin is in PATH, when you type ldid into terminal, it should find it and run.

CubeBag commented 2 years ago

The ldid I installed from brew and the ldid from the Procursus repository had different outputs, and only the Procursus one worked for me

Procursus:

image

Brew:

image
tom-snow commented 2 years ago

Sorry for my wrong guidance.

This guidance may help: #244