Files
SideStore/Pods/Target Support Files/Pods-AltDaemon/Pods-AltDaemon-dummy.m
Riley Testut cb4656722a [AltDaemon] Initial version
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.
2020-06-04 19:48:02 -07:00

6 lines
132 B
Objective-C

#import <Foundation/Foundation.h>
@interface PodsDummy_Pods_AltDaemon : NSObject
@end
@implementation PodsDummy_Pods_AltDaemon
@end