Files
SideStore/Pods/Target Support Files/Pods-AltStore/Pods-AltStore.modulemap
Riley Testut f1a39e1a1f [AltStoreCore] Refactors core AltStore logic into AltStoreCore framework
AltStoreCore will contain all shared AltStore code between AltStore and any app extensions. Initially, it includes all AltStore model logic.
2020-09-03 16:39:08 -07:00

7 lines
116 B
Plaintext

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