[AltServer] Moves core ConnectionManager logic to AltKit

Refactors ConnectionManager to use arbitrary RequestHandlers and ConnectionHandlers. This allows the core AltServer request logic to be shared across different targets with different connection types.
This commit is contained in:
Riley Testut
2020-06-04 19:06:13 -07:00
parent 0b36214bb5
commit 70f897699c
23 changed files with 959 additions and 785 deletions

View File

@@ -8,5 +8,6 @@
#import "NSError+ALTServerError.h"
#import "CFNotificationName+AltStore.h"
#import "ALTConnection.h"
extern uint16_t ALTDeviceListeningSocket;