[AltServer] Adds “Enable JIT” menu option

Allows user to enable JIT execution for any sideloaded app by starting (and immediately stopping) a debug session on device.
This commit is contained in:
Riley Testut
2021-06-04 12:35:01 -07:00
parent d07bd33e06
commit 07ef7ae18f
3 changed files with 121 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
#import "ALTDeviceManager.h"
#import "ALTWiredConnection.h"
#import "ALTNotificationConnection.h"
#import "ALTDebugConnection.h"
// Shared
#import "ALTConstants.h"