libcephei icon indicating copy to clipboard operation
libcephei copied to clipboard

Useful functions for tweak developers

Results 6 libcephei issues
Sort by recently updated
recently updated
newest added

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...

![AD405830-6045-451D-893F-106105852B47](https://github.com/hbang/libcephei/assets/121408851/c42092c7-2548-4b7e-8d58-7b8a9646c02b)

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...