mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-11 15:53:30 +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:
6
Pods/Target Support Files/AltSign/AltSign.modulemap
generated
Normal file
6
Pods/Target Support Files/AltSign/AltSign.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
module AltSign {
|
||||
umbrella header "AltSign-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
Reference in New Issue
Block a user