|
|
@@ -12,6 +12,11 @@
|
|
|
CDC748E725313CBC008D9D1D /* cli_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDC748E625313CBC008D9D1D /* cli_test.cxx */; };
|
|
|
CDC748E925313D81008D9D1D /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDC748B425313553008D9D1D /* GoogleMock.framework */; };
|
|
|
CDC748F4253141AF008D9D1D /* libstring-utils.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CDC748F125314196008D9D1D /* libstring-utils.a */; };
|
|
|
+ CDCB1D732856747B001C406D /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCB1D692856747B001C406D /* types.h */; };
|
|
|
+ CDCB1D742856747B001C406D /* message.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCB1D6A2856747B001C406D /* message.h */; };
|
|
|
+ CDCB1D752856747B001C406D /* cli.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCB1D6B2856747B001C406D /* cli.h */; };
|
|
|
+ CDCB1D762856747B001C406D /* lambda_cast.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCB1D6C2856747B001C406D /* lambda_cast.h */; };
|
|
|
+ CDCB1D772856747B001C406D /* prompt.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCB1D6D2856747B001C406D /* prompt.h */; };
|
|
|
CDF978A525323ADB00204B5C /* prompt_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDF978A425323ADB00204B5C /* prompt_test.cxx */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
@@ -84,6 +89,11 @@
|
|
|
CDC748E2253136FD008D9D1D /* cli.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cli.cxx; sourceTree = "<group>"; };
|
|
|
CDC748E625313CBC008D9D1D /* cli_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = cli_test.cxx; sourceTree = "<group>"; };
|
|
|
CDC748EA25314195008D9D1D /* string-utils.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "string-utils.xcodeproj"; path = "external/string-utils/string-utils.xcodeproj"; sourceTree = "<group>"; };
|
|
|
+ CDCB1D692856747B001C406D /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = "<group>"; };
|
|
|
+ CDCB1D6A2856747B001C406D /* message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = message.h; sourceTree = "<group>"; };
|
|
|
+ CDCB1D6B2856747B001C406D /* cli.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cli.h; sourceTree = "<group>"; };
|
|
|
+ CDCB1D6C2856747B001C406D /* lambda_cast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lambda_cast.h; sourceTree = "<group>"; };
|
|
|
+ CDCB1D6D2856747B001C406D /* prompt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = prompt.h; sourceTree = "<group>"; };
|
|
|
CDF978A425323ADB00204B5C /* prompt_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = prompt_test.cxx; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
@@ -114,6 +124,7 @@
|
|
|
CDC748EA25314195008D9D1D /* string-utils.xcodeproj */,
|
|
|
CDC748AC25313553008D9D1D /* GoogleMock.xcodeproj */,
|
|
|
CDC748BD25313587008D9D1D /* cli */,
|
|
|
+ CDCB1D672856747B001C406D /* include */,
|
|
|
CDC748BB2531357C008D9D1D /* src */,
|
|
|
CDC748BC2531357C008D9D1D /* test */,
|
|
|
CDC748C325313592008D9D1D /* cli-test */,
|
|
|
@@ -184,6 +195,26 @@
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ CDCB1D672856747B001C406D /* include */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CDCB1D682856747B001C406D /* cli */,
|
|
|
+ );
|
|
|
+ path = include;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ CDCB1D682856747B001C406D /* cli */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CDCB1D692856747B001C406D /* types.h */,
|
|
|
+ CDCB1D6A2856747B001C406D /* message.h */,
|
|
|
+ CDCB1D6B2856747B001C406D /* cli.h */,
|
|
|
+ CDCB1D6C2856747B001C406D /* lambda_cast.h */,
|
|
|
+ CDCB1D6D2856747B001C406D /* prompt.h */,
|
|
|
+ );
|
|
|
+ path = cli;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
|
@@ -191,6 +222,11 @@
|
|
|
isa = PBXHeadersBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ CDCB1D772856747B001C406D /* prompt.h in Headers */,
|
|
|
+ CDCB1D752856747B001C406D /* cli.h in Headers */,
|
|
|
+ CDCB1D742856747B001C406D /* message.h in Headers */,
|
|
|
+ CDCB1D762856747B001C406D /* lambda_cast.h in Headers */,
|
|
|
+ CDCB1D732856747B001C406D /* types.h in Headers */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|