nick-botticelli / accent

Tweak to change iOS accent color; now with rootless support (e.g., for Dopamine jailbreak).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accent (rootless fork)

A fork of Accent to support rootless jailbreaks (i.e., Dopamine).

I do not have much experience with Theos, as such, I could only get this to compile on my macOS environment by using the latest Theos (as of this commit) and running the following command:

cd $THEOS/sdks/iPhoneOS14.5.sdk/System && grep -rl "(null)" . | xargs sed -i "" -e "s/(null)/ios/g"

  • Note: You must setup Theos as described here.
  • Note: Exlcuded app support is currently missing due to removed AppList dependency.

About

Tweak to change iOS accent color; now with rootless support (e.g., for Dopamine jailbreak).


Languages

Language:Logos 62.1%Language:Objective-C 30.7%Language:Makefile 7.2%