An in depth and MODERN tutorial on how to make tweaks for ios using swift, theos and orion in ubuntu, this will even work with something like serotonin and bootstrap
for this tutorial i will be using ubuntu 22.04, it is possible in wsl but its stupidly hard to get it working since you dont have an gui, other distro's may also work but the commands will be different.
NOTE: if your tweak doesnt compile it is because THEOS doesnt like ios 16.5 so you have to install the 14.5 sdk (it still works for most things) so download this repo and move the iPhoneOS14.5.sdk into $THEOS/sdks
Step 0: Installing stuff
Step 1: Creating a project
Step 2: Examining and making changes
Step 3: Coding the tweak and installing it
if you need help or if something isnt working dm me on reddit u/Anonymous_16374
This tutorial is far from done and i am gonna update it a bit more, but this is how you create the most basic of tweaks.
####### I Gotta give some credit to sourcelocation, his tutorial is most of my inspiration for this one, but its outdated and has no tutorials on how to install the tools.