mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
Commands: altjit enable [app/pid] --udid [udid] * Enables JIT for given app/process altjit mount --udid [udid] * Mounts personalized developer disk
10 lines
203 B
Objective-C
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"
|