lich4 / ChargeLimiter

Charge limiter for iOS, inspired by AlDente
GNU General Public License v3.0
633 stars 31 forks source link

Is it possible to release `makefile` ? #56

Closed NguyenASang closed 6 months ago

NguyenASang commented 6 months ago

Hello, first of all, thank you for creating this powerful and useful tweak, I really like it.

So far, your tweak works well on my iPhone 6 (iOS 12.5.7), but there are still some bugs. I wanted to fix it, but soon after, I realized that there was no makefile (or am I just stupid and there is another way to compile ?).

Can you release it to public ? Therefore, everyone can compile and contribute to this repository, thanks for reading.

lich4 commented 6 months ago

If you are good at makefile, you can build one yourself, main.mm/utils.mm is enough to compile the main executable of app. This project requires serveral tools in developing, debugging, deploying, including xcode, monkeydev, theos To debug App with XCode, see https://github.com/lich4/debugserver_azj To debug WebUI, see https://github.com/lich4/inspectorplus To install on TrollStore without Jailbreak, see https://github.com/lich4/TrollStoreRemoteHelper

NguyenASang commented 6 months ago

Thanks for the information, I will try to build it myself.

lich4 commented 6 months ago

Makefile added! Use theos to build.