mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-12 08:13:26 +01:00
Fixes Apple ID authentication on iOS 14 and macOS 11
This commit is contained in:
6
Pods/Local Podspecs/AltSign.podspec.json
generated
6
Pods/Local Podspecs/AltSign.podspec.json
generated
@@ -22,6 +22,9 @@
|
||||
"public_header_files": "AltSign/**/*.h",
|
||||
"resources": "AltSign/Resources/apple.pem",
|
||||
"libraries": "c++",
|
||||
"xcconfig": {
|
||||
"OTHER_CFLAGS": "-DCORECRYPTO_DONOT_USE_TRANSPARENT_UNION=1"
|
||||
},
|
||||
"subspecs": [
|
||||
{
|
||||
"name": "OpenSSL",
|
||||
@@ -78,8 +81,9 @@
|
||||
},
|
||||
{
|
||||
"name": "CoreCrypto",
|
||||
"source_files": "Dependencies/corecrypto/*.h",
|
||||
"source_files": "Dependencies/corecrypto/*.{h,m}",
|
||||
"exclude_files": "Dependencies/corecrypto/ccperf.h",
|
||||
"private_header_files": "Dependencies/corecrypto/*.h",
|
||||
"header_mappings_dir": "Dependencies"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user