Replaces AltStore(Core) Roxas pod with framework

Fixes compilation errors when archiving app.
This commit is contained in:
Riley Testut
2020-09-08 13:44:08 -07:00
parent fb9b1a5c7d
commit 8021ff8871
34 changed files with 864 additions and 1404 deletions

View File

@@ -0,0 +1,5 @@
#import <Foundation/Foundation.h>
@interface PodsDummy_Roxas : NSObject
@end
@implementation PodsDummy_Roxas
@end