Files
SideStore/Pods/Target Support Files/KeychainAccess/KeychainAccess.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
118 B
Plaintext

framework module KeychainAccess {
umbrella header "KeychainAccess-umbrella.h"
export *
module * { export * }
}