mirror of
https://github.com/NohamR/Tweaks.git
synced 2026-05-24 19:59:59 +00:00
Add TextasticPro tweak, assets, and update README
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user