Codesigning Tutorial

Flinty Lemming
1 min readMar 15, 2020

--

So to sign it yourself you need to do the following (MacOS only):

  1. Execute this command: “security find-identity -p codesigning” in terminal.
  2. Copy the ID of the first profile that appears.
  3. Execute this command: “codesign -s IDENTITY — entitlements _path_to_ent.xml — force /path_to/binary” in terminal.

Where IDENTITY is the ID you copied earlier.

One that is done you can copy it over to your device and reboot + rejailbreak.

--

--

No responses yet