Updates AltSign dependency

This commit is contained in:
Riley Testut
2020-08-25 11:20:44 -07:00
parent ad33f6e1fb
commit 49d6e66745
28 changed files with 2574 additions and 2281 deletions

View File

@@ -17,13 +17,17 @@
"social_media_url": "https://twitter.com/rileytestut",
"source_files": [
"AltSign",
"AltSign/**/*.{h,m,mm,hpp,cpp}"
"AltSign/**/*.{h,m,mm,hpp,cpp,swift}"
],
"public_header_files": "AltSign/**/*.h",
"resources": "AltSign/Resources/apple.pem",
"libraries": "c++",
"xcconfig": {
"OTHER_CFLAGS": "-DCORECRYPTO_DONOT_USE_TRANSPARENT_UNION=1"
"OTHER_CFLAGS": "-DCORECRYPTO_DONOT_USE_TRANSPARENT_UNION=1",
"GCC_PREPROCESSOR_DEFINITIONS": "INCLUDE_PRIVATE_API=1 CORECRYPTO_DONOT_USE_TRANSPARENT_UNION=1",
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) INCLUDE_PRIVATE_API",
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/../Dependencies/AltSign/Dependencies/corecrypto/",
"SYSTEM_HEADER_SEARCH_PATHS": "$(PODS_ROOT)/Headers/Private/AltSign/"
},
"subspecs": [
{
@@ -81,7 +85,7 @@
},
{
"name": "CoreCrypto",
"source_files": "Dependencies/corecrypto/*.{h,m}",
"source_files": "Dependencies/corecrypto/*.{h,m,swift,modulemap}",
"exclude_files": "Dependencies/corecrypto/ccperf.h",
"private_header_files": "Dependencies/corecrypto/*.h",
"header_mappings_dir": "Dependencies"