Files
SideStore/AltJIT/AltJIT-Bridging-Header.h
Riley Testut a7b28d5027 [AltJIT] Adds AltJIT CLI tool to enable JIT on devices running iOS 17+
Commands:

altjit enable [app/pid] --udid [udid]
* Enables JIT for given app/process

altjit mount --udid [udid]
* Mounts personalized developer disk
2024-12-26 21:15:29 +05:30

10 lines
203 B
Objective-C

//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import "ALTErrorKeys.h"
// Shared
#import "ALTWrappedError.h"
#import "NSError+ALTServerError.h"