Files
SideStore/Pods/Target Support Files/Pods-AltStore/Pods-AltStore.modulemap
Riley Testut 49c50154be 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.
2020-01-29 23:21:08 -08:00

7 lines
106 B
Plaintext

module Pods_AltStore {
umbrella header "Pods-AltStore-umbrella.h"
export *
module * { export * }
}