mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-16 02:03:32 +01:00
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.
This commit is contained in:
22
Pods/Local Podspecs/Roxas.podspec.json
generated
Normal file
22
Pods/Local Podspecs/Roxas.podspec.json
generated
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "Roxas",
|
||||
"version": "0.1",
|
||||
"summary": "Private iOS Development Framework",
|
||||
"description": "Private iOS Development Framework used by me in my projects.",
|
||||
"homepage": "https://github.com/rileytestut/roxas",
|
||||
"platforms": {
|
||||
"ios": "12.0"
|
||||
},
|
||||
"source": {
|
||||
"git": "http://github.com/rileytestut/Roxas.git"
|
||||
},
|
||||
"authors": {
|
||||
"Riley Testut": "riley@rileytestut.com"
|
||||
},
|
||||
"social_media_url": "https://twitter.com/rileytestut",
|
||||
"source_files": "Roxas/*.{h,m}",
|
||||
"public_header_files": "Roxas/*.h",
|
||||
"private_header_files": "Roxas/RSTCellContentDataSource_Subclasses.h",
|
||||
"prefix_header_file": "Roxas/Roxas-Prefix.pch",
|
||||
"resources": "Roxas/*.xib"
|
||||
}
|
||||
Reference in New Issue
Block a user