mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 23:03:27 +01:00
As of iOS 13.3.1, apps installed with free developer accounts that contain embedded frameworks fail to launch. To work around this, we now link all dependencies via Cocoapods as static libraries.
6 lines
118 B
Objective-C
6 lines
118 B
Objective-C
#import <Foundation/Foundation.h>
|
|
@interface PodsDummy_AltSign : NSObject
|
|
@end
|
|
@implementation PodsDummy_AltSign
|
|
@end
|