mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-12 08:13:26 +01:00
Updates AltSign dependency
This commit is contained in:
10
Pods/Local Podspecs/AltSign.podspec.json
generated
10
Pods/Local Podspecs/AltSign.podspec.json
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user