khanhduytran0 / CAPerfHUD

Enable system-wide performance HUD for iOS 13+
Apache License 2.0
62 stars 3 forks source link

CAPerfHUD

Enable system-wide performance HUD for iOS 13+. Requires jailbreak or TrollStore.

C4EBC522-2C77-4D92-81D0-F5B38C1DF0D0

Notes

Source code structure

Building

export THEOS=/path/to/theos

# Build ipa for AppSync/TrollStore
make -C CAPerfHUDApp package PACKAGE_FORMAT=ipa

# Before building for the opposite deb package scheme, make sure to add "clean" before "package"

# Build rootful deb for CCSupport
make -C CAPerfHUDModule package

# Build rootless deb for CCSupport
make -C CAPerfHUDModule package THEOS_PACKAGE_SCHEME=rootless

License

Apache License 2.0.