mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-10 07:13:28 +01:00
AltStoreCore will contain all shared AltStore code between AltStore and any app extensions. Initially, it includes all AltStore model logic.
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
framework module KeychainAccess {
|
|
umbrella header "KeychainAccess-umbrella.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
}
|