mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
AltDaemon allows AltStore to install and refresh apps without a computer on jailbroken devices. AltDaemon has the necessary entitlements to perform the same actions AltServer normally does over WiFi, and uses the same AltServer request logic to handle local requests.
6 lines
132 B
Objective-C
6 lines
132 B
Objective-C
#import <Foundation/Foundation.h>
|
|
@interface PodsDummy_Pods_AltDaemon : NSObject
|
|
@end
|
|
@implementation PodsDummy_Pods_AltDaemon
|
|
@end
|