had to make the original CharlieEngine repo a template because i didnt want to modify that one!
anyway rebranded as SteakEngine
- this is meant to be a thing where you can make scripts using lua to mod cts, but im still figuring out how to do stuff within objective c++ itself i havent got to the lua part yet
- your brain
- anything that lets you sideload ipas to your phone
- anything that lets you inject dynamic libraries to ipas (ios applications)
- (sideloadly does both btw and doesnt require jailbreak)
- go to releases and download libSteakEngine.dylib and download Info.plist
- install charlie the steak ipa
- unzip the ipa (its just a zip file), go to Payload/The Steak-iphone folder
- Replace Info.plist with the one you downloaded.
- Zip the IPA back up
- Inject the IPA with libSteakEngine.dylib
- Sideload the IPA.
- have fun
- this requires a mac btw
- im building the project entirely with github actions, which already has all required tools installed.
- make sure you have xcode and git installed obviously!!
- anyway
- clone this repo
- run build.sh
- should be a libSteakEngine.dylib at ProjectRoot/build/Release-iphoneos/
- that is your dylib! (ignore libLua.a btw)
(this thing is mainly meant for fun btw, please do not make any illegal things with this thing!)