mirror of
https://github.com/NohamR/Tweaks.git
synced 2026-08-26 10:12:32 +00:00
cloudquit
This commit is contained in:
12
CloudQuit/Tweak.x
Normal file
12
CloudQuit/Tweak.x
Normal file
@@ -0,0 +1,12 @@
|
||||
#import <substrate.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
// iOS 16+ Crash Fix
|
||||
%hook CKContainer
|
||||
+ (id)defaultContainer {
|
||||
return nil;
|
||||
}
|
||||
+ (id)containerWithIdentifier:(id) arg1 {
|
||||
return nil;
|
||||
}
|
||||
%end
|
||||
Reference in New Issue
Block a user