From fbb31df518f1e7baf87ed5fa8127732eb8fa60df Mon Sep 17 00:00:00 2001 From: workinghard Date: Tue, 30 Jun 2015 11:50:35 -0700 Subject: [PATCH] a --- Cube4Fun.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cube4Fun.xcodeproj/project.pbxproj b/Cube4Fun.xcodeproj/project.pbxproj index a20afbb..ce9a18d 100644 --- a/Cube4Fun.xcodeproj/project.pbxproj +++ b/Cube4Fun.xcodeproj/project.pbxproj @@ -57,10 +57,10 @@ ADADD8CD1ACA6D3800674ED7 /* media-skip-forward-5.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "media-skip-forward-5.png"; path = "Pics/media-skip-forward-5.png"; sourceTree = ""; }; ADADD8D01ACA7B3400674ED7 /* list-add-2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "list-add-2.png"; path = "Pics/list-add-2.png"; sourceTree = ""; }; ADADD8D11ACA7B3400674ED7 /* list-remove-2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "list-remove-2.png"; path = "Pics/list-remove-2.png"; sourceTree = ""; }; - ADADFC1A1B41CDB30099F12B /* tcpconnector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tcpconnector.cpp; sourceTree = ""; }; - ADADFC1B1B41CDB30099F12B /* tcpconnector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tcpconnector.h; sourceTree = ""; }; - ADADFC1C1B41CDB30099F12B /* tcpstream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tcpstream.cpp; sourceTree = ""; }; - ADADFC1D1B41CDB30099F12B /* tcpstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tcpstream.h; sourceTree = ""; }; + ADADFC1A1B41CDB30099F12B /* tcpconnector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tcpconnector.cpp; path = src/tcpconnector.cpp; sourceTree = ""; }; + ADADFC1B1B41CDB30099F12B /* tcpconnector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tcpconnector.h; path = src/tcpconnector.h; sourceTree = ""; }; + ADADFC1C1B41CDB30099F12B /* tcpstream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tcpstream.cpp; path = src/tcpstream.cpp; sourceTree = ""; }; + ADADFC1D1B41CDB30099F12B /* tcpstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tcpstream.h; path = src/tcpstream.h; sourceTree = ""; }; ADC4C2421ACD0D8A00ED8952 /* Background.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = Background.jpg; path = Pics/Background.jpg; sourceTree = ""; }; ADCB86551AC6471C00E300C7 /* Cube4Fun.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Cube4Fun.app; sourceTree = BUILT_PRODUCTS_DIR; }; ADCB86591AC6471C00E300C7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };