mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Allows user to enable JIT execution for any sideloaded app by starting (and immediately stopping) a debug session on device.
16 lines
397 B
Objective-C
16 lines
397 B
Objective-C
//
|
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
|
//
|
|
|
|
#import "ALTDeviceManager.h"
|
|
#import "ALTWiredConnection.h"
|
|
#import "ALTNotificationConnection.h"
|
|
#import "ALTDebugConnection.h"
|
|
|
|
// Shared
|
|
#import "ALTConstants.h"
|
|
#import "ALTConnection.h"
|
|
#import "AltXPCProtocol.h"
|
|
#import "NSError+ALTServerError.h"
|
|
#import "CFNotificationName+AltStore.h"
|