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-12 16:23:32 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b9b2afa2003d56c6aaf8e648ff636a1bac8e5dc3
SideStore
/
Pods
/
Target Support Files
/
Pods-AltStore
/
Pods-AltStore.modulemap
7 lines
106 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 Pods_AltStore {
[AltStore] Refreshes installed apps in background
2019-06-04 18:29:50 -07:00
umbrella header "Pods-AltStore-umbrella.h"
export *
module * { export * }
}
Reference in New Issue
Copy Permalink