Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <marino@marinofaggiana.com>2020-05-13 18:34:31 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-05-13 18:34:31 +0300
commit534942eb37ced49f460a8005fd7419c7c55b33c5 (patch)
treeaa8751a01d79dc0aed52fac87fae3cd2e6f381a0 /Carthage
parentf874999d8b549c41ecc102998e436993a530807b (diff)
Improvements
Diffstat (limited to 'Carthage')
-rw-r--r--Carthage/Checkouts/SVGKit/SVGKit.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carthage/Checkouts/SVGKit/SVGKit.podspec b/Carthage/Checkouts/SVGKit/SVGKit.podspec
index fb0bce861..6762af3d1 100644
--- a/Carthage/Checkouts/SVGKit/SVGKit.podspec
+++ b/Carthage/Checkouts/SVGKit/SVGKit.podspec
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
s.prefix_header_file = 'SVGKitLibrary/SVGKit-iOS/SVGKit-Prefix.pch'
s.module_map = 'SVGKitLibrary/SVGKit-iOS/SVGKit.modulemap'
s.requires_arc = true
- s.xcconfig = {
+ s.pod_target_xcconfig = {
'CLANG_CXX_LANGUAGE_STANDARD' => 'gnu++11',
'CLANG_CXX_LIBRARY' => 'libc++',
'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'