Files
SideStore/Pods/Target Support Files/Roxas/Roxas.modulemap
Riley Testut 8021ff8871 Replaces AltStore(Core) Roxas pod with framework
Fixes compilation errors when archiving app.
2020-09-08 13:44:08 -07:00

7 lines
90 B
Plaintext

module Roxas {
umbrella header "Roxas-umbrella.h"
export *
module * { export * }
}