Skip to content

Instantly share code, notes, and snippets.

View NightwindDev's full-sized avatar

Nightwind NightwindDev

View GitHub Profile
@NightwindDev
NightwindDev / newabi.md
Created November 25, 2023 03:56
Use Allemand on macOS to convert tweaks to the new ABI and then convert to rootless

* Note that NOT ALL tweaks will work with the conversion process and some might only partially work.

Step 1 - Preparation:

  • Download Allemand. It will download as a .zip file. Extract it, and you'll have the binary file.
  • Move the binary to a safe place on your computer.
  • Open the Terminal app, navigate to the location where the binary is stored, and run the following command:
xattr -sc Allemand && chmod +x Allemand

This will make it an executable file.