libcephei
libcephei copied to clipboard
Useful functions for tweak developers
Good evening! This is the current situation: If an user opens a preference bundle which is powered by Cephei and then opens another preference bundle which also modifies `navigationBar` properties...
I've noticed this issue playing with one of the subclasses I made, and the issue I have does in fact affect to every single subclass of `PSTableCell `. I've tried...
Hello, Currently I am linking one tweak and one tool with Makefile like this: ``` include $(THEOS)/makefiles/common.mk TWEAK_NAME = Rebirth TOOL_NAME = RebirthTool CC=~/Desktop/obfuscator/build/bin/clang CXX=~/Desktop/obfuscator/build/bin/clang++ LD=~/Desktop/obfuscator/build/bin/clang++ Rebirth_FILES = mytweakfiles Rebirth_FRAMEWORKS...
I am developing a Tweak with 'com.apple.corelocation' as the bundle filter. My environment is as follows: - iPhone XS Max - iOS 15.1 - Dopamine 2.0.11 rootless Jailbreak I want...

Hi @kirb , I'm a tweak developer, and now I want to derootify my previous tweaks that are depending on libcephei. I've noticed that libcephei is now with rootless support...