From 46712764505b55fe2b37a1fee8f1103358b819b9 Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Tue, 13 Nov 2018 01:38:43 +0300 Subject: [PATCH] Move transmission-remote to utils (Xcode) --- Transmission.xcodeproj/project.pbxproj | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index be42836bb..006507a81 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -947,7 +947,7 @@ BE75C3490C729E9500DBEFE0 /* libevent.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libevent.a; sourceTree = BUILT_PRODUCTS_DIR; }; BEFC1C000C07750000B0BB3C /* transmission-daemon */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "transmission-daemon"; sourceTree = BUILT_PRODUCTS_DIR; }; BEFC1C0E0C07756200B0BB3C /* daemon.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = daemon.c; path = daemon/daemon.c; sourceTree = ""; }; - BEFC1C140C07756200B0BB3C /* remote.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = remote.c; path = daemon/remote.c; sourceTree = ""; }; + BEFC1C140C07756200B0BB3C /* remote.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = remote.c; path = utils/remote.c; sourceTree = ""; }; BEFC1CF90C07822400B0BB3C /* transmission-remote */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "transmission-remote"; sourceTree = BUILT_PRODUCTS_DIR; }; BEFC1DF00C07861A00B0BB3C /* version.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = version.h; path = libtransmission/version.h; sourceTree = ""; }; BEFC1DF10C07861A00B0BB3C /* utils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = utils.h; path = libtransmission/utils.h; sourceTree = ""; }; @@ -1265,6 +1265,7 @@ 4D1838DC09DEC04A0047D688 /* libtransmission */, 4DDBB71F09E16BFE00284745 /* CLI */, BEFC1C0B0C07754700B0BB3C /* daemon */, + C15E58AC219A37C600AB292F /* utils */, A22CFCB50FC24F630009BD3E /* dht */, A2E384BF130DFA49001F501B /* libutp */, BE75C3570C72A0D600DBEFE0 /* libevent */, @@ -1683,11 +1684,18 @@ BEFC1C0E0C07756200B0BB3C /* daemon.c */, C1F690FE1AD0628400D95CF0 /* daemon.h */, C1F690FC1AD0627500D95CF0 /* daemon-posix.c */, - BEFC1C140C07756200B0BB3C /* remote.c */, ); name = daemon; sourceTree = ""; }; + C15E58AC219A37C600AB292F /* utils */ = { + isa = PBXGroup; + children = ( + BEFC1C140C07756200B0BB3C /* remote.c */, + ); + name = utils; + sourceTree = ""; + }; C1639A751A55F52800E42033 /* b64 */ = { isa = PBXGroup; children = ( -- 2.40.0