|
@@ -10,6 +10,7 @@
|
|
|
CD8C5A8925D057900004A6D9 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDE4F79B25CF316A009E4EC1 /* GoogleMock.framework */; };
|
|
CD8C5A8925D057900004A6D9 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDE4F79B25CF316A009E4EC1 /* GoogleMock.framework */; };
|
|
|
CD8C5A8B25D057AA0004A6D9 /* options_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD8C5A8A25D057AA0004A6D9 /* options_test.cpp */; };
|
|
CD8C5A8B25D057AA0004A6D9 /* options_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD8C5A8A25D057AA0004A6D9 /* options_test.cpp */; };
|
|
|
CD8C5AA025D06D0B0004A6D9 /* flag_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD8C5A9F25D06D0B0004A6D9 /* flag_test.cpp */; };
|
|
CD8C5AA025D06D0B0004A6D9 /* flag_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD8C5A9F25D06D0B0004A6D9 /* flag_test.cpp */; };
|
|
|
|
|
+ CD8C5AA425D072F50004A6D9 /* argument_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD8C5AA325D072F50004A6D9 /* argument_test.cpp */; };
|
|
|
/* End PBXBuildFile section */
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -60,6 +61,8 @@
|
|
|
CD8C5A9325D057C00004A6D9 /* exception.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = exception.h; sourceTree = "<group>"; };
|
|
CD8C5A9325D057C00004A6D9 /* exception.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = exception.h; sourceTree = "<group>"; };
|
|
|
CD8C5A9625D058470004A6D9 /* xcode_gtest_helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_gtest_helper.h; sourceTree = "<group>"; };
|
|
CD8C5A9625D058470004A6D9 /* xcode_gtest_helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_gtest_helper.h; sourceTree = "<group>"; };
|
|
|
CD8C5A9F25D06D0B0004A6D9 /* flag_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = flag_test.cpp; sourceTree = "<group>"; };
|
|
CD8C5A9F25D06D0B0004A6D9 /* flag_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = flag_test.cpp; sourceTree = "<group>"; };
|
|
|
|
|
+ CD8C5AA325D072F50004A6D9 /* argument_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = argument_test.cpp; sourceTree = "<group>"; };
|
|
|
|
|
+ CDD334A025D200AB008540EE /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
|
|
CDE4F78A25CF309E009E4EC1 /* libprogram_args.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libprogram_args.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
CDE4F78A25CF309E009E4EC1 /* libprogram_args.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libprogram_args.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CDE4F79325CF316A009E4EC1 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
CDE4F79325CF316A009E4EC1 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
|
CDE4F7A225CF317C009E4EC1 /* program_args */ = {isa = PBXFileReference; lastKnownFileType = folder; name = program_args; path = include/program_args; sourceTree = "<group>"; };
|
|
CDE4F7A225CF317C009E4EC1 /* program_args */ = {isa = PBXFileReference; lastKnownFileType = folder; name = program_args; path = include/program_args; sourceTree = "<group>"; };
|
|
@@ -121,6 +124,7 @@
|
|
|
CDE4F78125CF309E009E4EC1 = {
|
|
CDE4F78125CF309E009E4EC1 = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ CDD334A025D200AB008540EE /* README.md */,
|
|
|
CDE4F79325CF316A009E4EC1 /* GoogleMock.xcodeproj */,
|
|
CDE4F79325CF316A009E4EC1 /* GoogleMock.xcodeproj */,
|
|
|
CD8C5A8E25D057C00004A6D9 /* include */,
|
|
CD8C5A8E25D057C00004A6D9 /* include */,
|
|
|
CDE4F7A225CF317C009E4EC1 /* program_args */,
|
|
CDE4F7A225CF317C009E4EC1 /* program_args */,
|
|
@@ -144,6 +148,7 @@
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
CD8C5A9625D058470004A6D9 /* xcode_gtest_helper.h */,
|
|
CD8C5A9625D058470004A6D9 /* xcode_gtest_helper.h */,
|
|
|
|
|
+ CD8C5AA325D072F50004A6D9 /* argument_test.cpp */,
|
|
|
CD8C5A8A25D057AA0004A6D9 /* options_test.cpp */,
|
|
CD8C5A8A25D057AA0004A6D9 /* options_test.cpp */,
|
|
|
CD8C5A9F25D06D0B0004A6D9 /* flag_test.cpp */,
|
|
CD8C5A9F25D06D0B0004A6D9 /* flag_test.cpp */,
|
|
|
);
|
|
);
|
|
@@ -298,6 +303,7 @@
|
|
|
files = (
|
|
files = (
|
|
|
CD8C5A8B25D057AA0004A6D9 /* options_test.cpp in Sources */,
|
|
CD8C5A8B25D057AA0004A6D9 /* options_test.cpp in Sources */,
|
|
|
CD8C5AA025D06D0B0004A6D9 /* flag_test.cpp in Sources */,
|
|
CD8C5AA025D06D0B0004A6D9 /* flag_test.cpp in Sources */,
|
|
|
|
|
+ CD8C5AA425D072F50004A6D9 /* argument_test.cpp in Sources */,
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|