From b734b17a4bad943ecda1d2b59ee630f5de5d6e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Mon, 25 Apr 2022 21:12:21 +0800 Subject: [PATCH] adding missing transmission targets (#2976) --- Transmission.xcodeproj/project.pbxproj | 374 ++++++++++++++++++++++++- 1 file changed, 370 insertions(+), 4 deletions(-) diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index c2511467f..dc527761c 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -411,6 +411,24 @@ C88771B42803EE88005C7523 /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = C88771AB2803EE53005C7523 /* libiconv.tbd */; }; C88771B52803EEB1005C7523 /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = C88771AB2803EE53005C7523 /* libiconv.tbd */; }; C88771B62803EEB5005C7523 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = C88771A92803EE42005C7523 /* libz.tbd */; }; + C8B27B7628153F2B00A22B5D /* libtransmission.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D18389709DEC0030047D688 /* libtransmission.a */; }; + C8B27B7728153F2B00A22B5D /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = C88771A92803EE42005C7523 /* libz.tbd */; }; + C8B27B7828153F2B00A22B5D /* libcurl.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 55869925257074EC00F77A43 /* libcurl.tbd */; }; + C8B27B7928153F2B00A22B5D /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = C88771AB2803EE53005C7523 /* libiconv.tbd */; }; + C8B27B7A28153F2B00A22B5D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; + C8B27B8728153F3100A22B5D /* libtransmission.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D18389709DEC0030047D688 /* libtransmission.a */; }; + C8B27B8828153F3100A22B5D /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = C88771A92803EE42005C7523 /* libz.tbd */; }; + C8B27B8928153F3100A22B5D /* libcurl.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 55869925257074EC00F77A43 /* libcurl.tbd */; }; + C8B27B8A28153F3100A22B5D /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = C88771AB2803EE53005C7523 /* libiconv.tbd */; }; + C8B27B8B28153F3100A22B5D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; + C8B27B9828153F3400A22B5D /* libtransmission.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D18389709DEC0030047D688 /* libtransmission.a */; }; + C8B27B9928153F3400A22B5D /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = C88771A92803EE42005C7523 /* libz.tbd */; }; + C8B27B9A28153F3400A22B5D /* libcurl.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 55869925257074EC00F77A43 /* libcurl.tbd */; }; + C8B27B9B28153F3400A22B5D /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = C88771AB2803EE53005C7523 /* libiconv.tbd */; }; + C8B27B9C28153F3400A22B5D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; + C8B27BA328153F6300A22B5D /* create.cc in Sources */ = {isa = PBXBuildFile; fileRef = C887BEC02807FCE900867D3C /* create.cc */; }; + C8B27BA428153F6600A22B5D /* edit.cc in Sources */ = {isa = PBXBuildFile; fileRef = C887BEC22807FCE900867D3C /* edit.cc */; }; + C8B27BA528153F6900A22B5D /* show.cc in Sources */ = {isa = PBXBuildFile; fileRef = C887BEC32807FCE900867D3C /* show.cc */; }; CAB35C64252F6F5E00552A55 /* mime-types.h in Headers */ = {isa = PBXBuildFile; fileRef = CAB35C62252F6F5E00552A55 /* mime-types.h */; }; E138A9780C04D88F00C5426C /* ProgressGradients.mm in Sources */ = {isa = PBXBuildFile; fileRef = E138A9760C04D88F00C5426C /* ProgressGradients.mm */; }; E23B55A5FC3B557F7746D510 /* interned-string.h in Headers */ = {isa = PBXBuildFile; fileRef = E23B55A5FC3B557F7746D511 /* interned-string.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -530,6 +548,27 @@ remoteGlobalIDString = C3D9062027B7E3C900EF2386; remoteInfo = psl; }; + C8B27B7228153F2B00A22B5D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4D18389609DEC0030047D688; + remoteInfo = libtransmission; + }; + C8B27B8328153F3100A22B5D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4D18389609DEC0030047D688; + remoteInfo = libtransmission; + }; + C8B27B9428153F3400A22B5D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4D18389609DEC0030047D688; + remoteInfo = libtransmission; + }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -1145,6 +1184,9 @@ C887BEC02807FCE900867D3C /* create.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = create.cc; sourceTree = ""; }; C887BEC22807FCE900867D3C /* edit.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = edit.cc; sourceTree = ""; }; C887BEC32807FCE900867D3C /* show.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = show.cc; sourceTree = ""; }; + C8B27B7F28153F2B00A22B5D /* transmission-create */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "transmission-create"; sourceTree = BUILT_PRODUCTS_DIR; }; + C8B27B9028153F3100A22B5D /* transmission-edit */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "transmission-edit"; sourceTree = BUILT_PRODUCTS_DIR; }; + C8B27BA128153F3400A22B5D /* transmission-show */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "transmission-show"; sourceTree = BUILT_PRODUCTS_DIR; }; CAB35C62252F6F5E00552A55 /* mime-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "mime-types.h"; sourceTree = ""; }; E138A9750C04D88F00C5426C /* ProgressGradients.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProgressGradients.h; sourceTree = ""; }; E138A9760C04D88F00C5426C /* ProgressGradients.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = ProgressGradients.mm; sourceTree = ""; }; @@ -1306,6 +1348,42 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C8B27B7528153F2B00A22B5D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + C8B27B7628153F2B00A22B5D /* libtransmission.a in Frameworks */, + C8B27B7728153F2B00A22B5D /* libz.tbd in Frameworks */, + C8B27B7828153F2B00A22B5D /* libcurl.tbd in Frameworks */, + C8B27B7928153F2B00A22B5D /* libiconv.tbd in Frameworks */, + C8B27B7A28153F2B00A22B5D /* Cocoa.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C8B27B8628153F3100A22B5D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + C8B27B8728153F3100A22B5D /* libtransmission.a in Frameworks */, + C8B27B8828153F3100A22B5D /* libz.tbd in Frameworks */, + C8B27B8928153F3100A22B5D /* libcurl.tbd in Frameworks */, + C8B27B8A28153F3100A22B5D /* libiconv.tbd in Frameworks */, + C8B27B8B28153F3100A22B5D /* Cocoa.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C8B27B9728153F3400A22B5D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + C8B27B9828153F3400A22B5D /* libtransmission.a in Frameworks */, + C8B27B9928153F3400A22B5D /* libz.tbd in Frameworks */, + C8B27B9A28153F3400A22B5D /* libcurl.tbd in Frameworks */, + C8B27B9B28153F3400A22B5D /* libiconv.tbd in Frameworks */, + C8B27B9C28153F3400A22B5D /* Cocoa.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -1409,12 +1487,15 @@ 4D18389709DEC0030047D688 /* libtransmission.a */, BEFC1C000C07750000B0BB3C /* transmission-daemon */, BEFC1CF90C07822400B0BB3C /* transmission-remote */, + C8B27B7F28153F2B00A22B5D /* transmission-create */, + C8B27B9028153F3100A22B5D /* transmission-edit */, + C8B27BA128153F3400A22B5D /* transmission-show */, + A2F35BB915C5A0A100EBF632 /* QuickLookPlugin.qlgenerator */, BE75C3490C729E9500DBEFE0 /* libevent.a */, BE1183480CE160960002D0F3 /* libminiupnp.a */, 3C7A118D0D0B2EB800B5701F /* libnatpmp.a */, A22CFCBA0FC24F710009BD3E /* libdht.a */, A2E38544130DFEE3001F501B /* libutp.a */, - A2F35BB915C5A0A100EBF632 /* QuickLookPlugin.qlgenerator */, C1639A6F1A55F4D600E42033 /* libb64.a */, C1A7516426ED03140038B90A /* libarc4.a */, C3CEBBA927949CA000683BE0 /* libdeflate.a */, @@ -2552,6 +2633,57 @@ productReference = C3D9062127B7E3C900EF2386 /* libpsl.a */; productType = "com.apple.product-type.library.static"; }; + C8B27B7028153F2B00A22B5D /* transmission-create */ = { + isa = PBXNativeTarget; + buildConfigurationList = C8B27B7B28153F2B00A22B5D /* Build configuration list for PBXNativeTarget "transmission-create" */; + buildPhases = ( + C8B27B7328153F2B00A22B5D /* Sources */, + C8B27B7528153F2B00A22B5D /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + C8B27B7128153F2B00A22B5D /* PBXTargetDependency */, + ); + name = "transmission-create"; + productName = "transmission-daemon"; + productReference = C8B27B7F28153F2B00A22B5D /* transmission-create */; + productType = "com.apple.product-type.tool"; + }; + C8B27B8128153F3100A22B5D /* transmission-edit */ = { + isa = PBXNativeTarget; + buildConfigurationList = C8B27B8C28153F3100A22B5D /* Build configuration list for PBXNativeTarget "transmission-edit" */; + buildPhases = ( + C8B27B8428153F3100A22B5D /* Sources */, + C8B27B8628153F3100A22B5D /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + C8B27B8228153F3100A22B5D /* PBXTargetDependency */, + ); + name = "transmission-edit"; + productName = "transmission-daemon"; + productReference = C8B27B9028153F3100A22B5D /* transmission-edit */; + productType = "com.apple.product-type.tool"; + }; + C8B27B9228153F3400A22B5D /* transmission-show */ = { + isa = PBXNativeTarget; + buildConfigurationList = C8B27B9D28153F3400A22B5D /* Build configuration list for PBXNativeTarget "transmission-show" */; + buildPhases = ( + C8B27B9528153F3400A22B5D /* Sources */, + C8B27B9728153F3400A22B5D /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + C8B27B9328153F3400A22B5D /* PBXTargetDependency */, + ); + name = "transmission-show"; + productName = "transmission-daemon"; + productReference = C8B27BA128153F3400A22B5D /* transmission-show */; + productType = "com.apple.product-type.tool"; + }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -2603,6 +2735,9 @@ 4DDBB71809E16BAE00284745 /* transmissioncli */, BEFC1BFF0C07750000B0BB3C /* transmission-daemon */, BEFC1CEA0C07822400B0BB3C /* transmission-remote */, + C8B27B7028153F2B00A22B5D /* transmission-create */, + C8B27B8128153F3100A22B5D /* transmission-edit */, + C8B27B9228153F3400A22B5D /* transmission-show */, A22CFCB90FC24F710009BD3E /* dht */, A2E384CD130DFB1D001F501B /* utp */, BE75C3480C729E9500DBEFE0 /* event */, @@ -3084,6 +3219,30 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C8B27B7328153F2B00A22B5D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C8B27BA328153F6300A22B5D /* create.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C8B27B8428153F3100A22B5D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C8B27BA428153F6600A22B5D /* edit.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C8B27B9528153F3400A22B5D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C8B27BA528153F6900A22B5D /* show.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ @@ -3162,6 +3321,21 @@ target = C3D9062027B7E3C900EF2386 /* psl */; targetProxy = C3D9062D27B7F7CE00EF2386 /* PBXContainerItemProxy */; }; + C8B27B7128153F2B00A22B5D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 4D18389609DEC0030047D688 /* libtransmission */; + targetProxy = C8B27B7228153F2B00A22B5D /* PBXContainerItemProxy */; + }; + C8B27B8228153F3100A22B5D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 4D18389609DEC0030047D688 /* libtransmission */; + targetProxy = C8B27B8328153F3100A22B5D /* PBXContainerItemProxy */; + }; + C8B27B9328153F3400A22B5D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 4D18389609DEC0030047D688 /* libtransmission */; + targetProxy = C8B27B9428153F3400A22B5D /* PBXContainerItemProxy */; + }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ @@ -3517,7 +3691,7 @@ OTHER_CFLAGS = "$(inherited)"; OTHER_CPLUSPLUSFLAGS = "$(inherited)"; OTHER_LDFLAGS = "-lc++"; - PRODUCT_NAME = "transmission-remote"; + PRODUCT_NAME = "$(TARGET_NAME)"; SYSTEM_HEADER_SEARCH_PATHS = "$(inherited) third-party/fmt/include third-party/libevent/include"; }; name = Debug; @@ -3961,7 +4135,7 @@ OTHER_CFLAGS = "$(inherited)"; OTHER_CPLUSPLUSFLAGS = "$(inherited)"; OTHER_LDFLAGS = "-lc++"; - PRODUCT_NAME = "transmission-remote"; + PRODUCT_NAME = "$(TARGET_NAME)"; SYSTEM_HEADER_SEARCH_PATHS = "$(inherited) third-party/fmt/include third-party/libevent/include"; }; name = "Release - Debug"; @@ -4140,7 +4314,7 @@ OTHER_CFLAGS = "$(inherited)"; OTHER_CPLUSPLUSFLAGS = "$(inherited)"; OTHER_LDFLAGS = "-lc++"; - PRODUCT_NAME = "transmission-remote"; + PRODUCT_NAME = "$(TARGET_NAME)"; SYSTEM_HEADER_SEARCH_PATHS = "$(inherited) third-party/fmt/include third-party/libevent/include"; }; name = Release; @@ -4247,6 +4421,168 @@ }; name = Release; }; + C8B27B7C28153F2B00A22B5D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = NO; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ., + ); + OTHER_CFLAGS = "$(inherited)"; + OTHER_CPLUSPLUSFLAGS = "$(inherited)"; + OTHER_LDFLAGS = "-lc++"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SYSTEM_HEADER_SEARCH_PATHS = "$(inherited) third-party/fmt/include third-party/libevent/include"; + }; + name = Debug; + }; + C8B27B7D28153F2B00A22B5D /* Release - Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = NO; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ., + ); + OTHER_CFLAGS = "$(inherited)"; + OTHER_CPLUSPLUSFLAGS = "$(inherited)"; + OTHER_LDFLAGS = "-lc++"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SYSTEM_HEADER_SEARCH_PATHS = "$(inherited) third-party/fmt/include third-party/libevent/include"; + }; + name = "Release - Debug"; + }; + C8B27B7E28153F2B00A22B5D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = NO; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ., + ); + OTHER_CFLAGS = "$(inherited)"; + OTHER_CPLUSPLUSFLAGS = "$(inherited)"; + OTHER_LDFLAGS = "-lc++"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SYSTEM_HEADER_SEARCH_PATHS = "$(inherited) third-party/fmt/include third-party/libevent/include"; + }; + name = Release; + }; + C8B27B8D28153F3100A22B5D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = NO; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ., + ); + OTHER_CFLAGS = "$(inherited)"; + OTHER_CPLUSPLUSFLAGS = "$(inherited)"; + OTHER_LDFLAGS = "-lc++"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SYSTEM_HEADER_SEARCH_PATHS = "$(inherited) third-party/fmt/include third-party/libevent/include"; + }; + name = Debug; + }; + C8B27B8E28153F3100A22B5D /* Release - Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = NO; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ., + ); + OTHER_CFLAGS = "$(inherited)"; + OTHER_CPLUSPLUSFLAGS = "$(inherited)"; + OTHER_LDFLAGS = "-lc++"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SYSTEM_HEADER_SEARCH_PATHS = "$(inherited) third-party/fmt/include third-party/libevent/include"; + }; + name = "Release - Debug"; + }; + C8B27B8F28153F3100A22B5D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = NO; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ., + ); + OTHER_CFLAGS = "$(inherited)"; + OTHER_CPLUSPLUSFLAGS = "$(inherited)"; + OTHER_LDFLAGS = "-lc++"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SYSTEM_HEADER_SEARCH_PATHS = "$(inherited) third-party/fmt/include third-party/libevent/include"; + }; + name = Release; + }; + C8B27B9E28153F3400A22B5D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = NO; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ., + ); + OTHER_CFLAGS = "$(inherited)"; + OTHER_CPLUSPLUSFLAGS = "$(inherited)"; + OTHER_LDFLAGS = "-lc++"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SYSTEM_HEADER_SEARCH_PATHS = "$(inherited) third-party/fmt/include third-party/libevent/include"; + }; + name = Debug; + }; + C8B27B9F28153F3400A22B5D /* Release - Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = NO; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ., + ); + OTHER_CFLAGS = "$(inherited)"; + OTHER_CPLUSPLUSFLAGS = "$(inherited)"; + OTHER_LDFLAGS = "-lc++"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SYSTEM_HEADER_SEARCH_PATHS = "$(inherited) third-party/fmt/include third-party/libevent/include"; + }; + name = "Release - Debug"; + }; + C8B27BA028153F3400A22B5D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = NO; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ., + ); + OTHER_CFLAGS = "$(inherited)"; + OTHER_CPLUSPLUSFLAGS = "$(inherited)"; + OTHER_LDFLAGS = "-lc++"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SYSTEM_HEADER_SEARCH_PATHS = "$(inherited) third-party/fmt/include third-party/libevent/include"; + }; + name = Release; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -4410,6 +4746,36 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; + C8B27B7B28153F2B00A22B5D /* Build configuration list for PBXNativeTarget "transmission-create" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C8B27B7C28153F2B00A22B5D /* Debug */, + C8B27B7D28153F2B00A22B5D /* Release - Debug */, + C8B27B7E28153F2B00A22B5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + C8B27B8C28153F3100A22B5D /* Build configuration list for PBXNativeTarget "transmission-edit" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C8B27B8D28153F3100A22B5D /* Debug */, + C8B27B8E28153F3100A22B5D /* Release - Debug */, + C8B27B8F28153F3100A22B5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + C8B27B9D28153F3400A22B5D /* Build configuration list for PBXNativeTarget "transmission-show" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C8B27B9E28153F3400A22B5D /* Debug */, + C8B27B9F28153F3400A22B5D /* Release - Debug */, + C8B27BA028153F3400A22B5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; /* End XCConfigurationList section */ }; rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;