Add TextasticPro tweak, assets, and update README

This commit is contained in:
√(noham)²
2026-02-23 23:18:46 +01:00
parent a4907a5024
commit 90009b8956
12 changed files with 97 additions and 7 deletions

View File

@@ -28,13 +28,10 @@ static int hook_isPremiumActive(void) {
// iOS 16 Crash Fix
%hook CKContainer
+ (id)defaultContainer {
return nil;
}
+ (id)containerWithIdentifier:(id)__unused arg1 {
+ (id)containerWithIdentifier:(id) arg1 {
return nil;
}
%end