This website requires JavaScript.
Explore
GitHub
[Elon App]
Email
Help
Sign In
neoarz
/
SideStore
Watch
1
Star
0
Fork
0
You've already forked SideStore
mirror of
https://github.com/SideStore/SideStore.git
synced
2026-02-19 19:53:25 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f1a39e1a1f3e3a9112b9db216e61113a7a0d8c30
SideStore
/
Pods
/
Target Support Files
/
Roxas-library
/
Roxas-library.modulemap
7 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Replaces frameworks with static libraries As of iOS 13.3.1, apps installed with free developer accounts that contain embedded frameworks fail to launch. To work around this, we now link all dependencies via Cocoapods as static libraries.
2020-01-29 12:06:26 -08:00
module Roxas {
[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
umbrella header "Roxas-library-umbrella.h"
Replaces frameworks with static libraries As of iOS 13.3.1, apps installed with free developer accounts that contain embedded frameworks fail to launch. To work around this, we now link all dependencies via Cocoapods as static libraries.
2020-01-29 12:06:26 -08:00
export *
module * { export * }
}
Reference in New Issue
Copy Permalink