mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-16 18:23:53 +01:00
Replaces frameworks with static libraries
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.
This commit is contained in:
5
Pods/Target Support Files/AltSign/AltSign-dummy.m
generated
Normal file
5
Pods/Target Support Files/AltSign/AltSign-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_AltSign : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_AltSign
|
||||
@end
|
||||
Reference in New Issue
Block a user