Fixes Apple ID authentication on iOS 14 and macOS 11

This commit is contained in:
Riley Testut
2020-06-25 11:31:05 -07:00
parent 0b36214bb5
commit 728a4b7123
85 changed files with 1295 additions and 1369 deletions

View File

@@ -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"
}
]