Replaces AltStore(Core) Roxas pod with framework

Fixes compilation errors when archiving app.
This commit is contained in:
Riley Testut
2020-09-08 13:44:08 -07:00
parent fb9b1a5c7d
commit 8021ff8871
34 changed files with 864 additions and 1404 deletions

View File

@@ -0,0 +1,6 @@
module Roxas {
umbrella header "Roxas-umbrella.h"
export *
module * { export * }
}