|
|
@@ -6,7 +6,19 @@
|
|
|
objectVersion = 50;
|
|
|
objects = {
|
|
|
|
|
|
+/* Begin PBXBuildFile section */
|
|
|
+ CD8C5A8925D057900004A6D9 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDE4F79B25CF316A009E4EC1 /* GoogleMock.framework */; };
|
|
|
+ CD8C5A8B25D057AA0004A6D9 /* options_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD8C5A8A25D057AA0004A6D9 /* options_test.cpp */; };
|
|
|
+/* End PBXBuildFile section */
|
|
|
+
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
|
+ CD8C5A7B25D0577E0004A6D9 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CDE4F78225CF309E009E4EC1 /* Project object */;
|
|
|
+ proxyType = 1;
|
|
|
+ remoteGlobalIDString = CDE4F78925CF309E009E4EC1;
|
|
|
+ remoteInfo = program_args;
|
|
|
+ };
|
|
|
CDE4F79A25CF316A009E4EC1 /* PBXContainerItemProxy */ = {
|
|
|
isa = PBXContainerItemProxy;
|
|
|
containerPortal = CDE4F79325CF316A009E4EC1 /* GoogleMock.xcodeproj */;
|
|
|
@@ -38,12 +50,28 @@
|
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
+ CD8C5A7525D0577E0004A6D9 /* program_args-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "program_args-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ CD8C5A7925D0577E0004A6D9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
+ CD8C5A8A25D057AA0004A6D9 /* options_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = options_test.cpp; sourceTree = "<group>"; };
|
|
|
+ CD8C5A9025D057C00004A6D9 /* arguments.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = arguments.h; sourceTree = "<group>"; };
|
|
|
+ CD8C5A9125D057C00004A6D9 /* utilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utilities.h; sourceTree = "<group>"; };
|
|
|
+ CD8C5A9225D057C00004A6D9 /* arguments_impl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = arguments_impl.hpp; 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>"; };
|
|
|
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>"; };
|
|
|
CDE4F7A225CF317C009E4EC1 /* program_args */ = {isa = PBXFileReference; lastKnownFileType = folder; name = program_args; path = include/program_args; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
+ CD8C5A7225D0577E0004A6D9 /* Frameworks */ = {
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ CD8C5A8925D057900004A6D9 /* GoogleMock.framework in Frameworks */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
CDE4F78825CF309E009E4EC1 /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
@@ -54,13 +82,50 @@
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
+ CD8C5A7625D0577E0004A6D9 /* program_args-test */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CD8C5A7925D0577E0004A6D9 /* Info.plist */,
|
|
|
+ );
|
|
|
+ path = "program_args-test";
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ CD8C5A8825D057900004A6D9 /* Frameworks */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ name = Frameworks;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ CD8C5A8E25D057C00004A6D9 /* include */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CD8C5A8F25D057C00004A6D9 /* program_args */,
|
|
|
+ );
|
|
|
+ path = include;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ CD8C5A8F25D057C00004A6D9 /* program_args */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CD8C5A9025D057C00004A6D9 /* arguments.h */,
|
|
|
+ CD8C5A9125D057C00004A6D9 /* utilities.h */,
|
|
|
+ CD8C5A9225D057C00004A6D9 /* arguments_impl.hpp */,
|
|
|
+ CD8C5A9325D057C00004A6D9 /* exception.h */,
|
|
|
+ );
|
|
|
+ path = program_args;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
CDE4F78125CF309E009E4EC1 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
CDE4F79325CF316A009E4EC1 /* GoogleMock.xcodeproj */,
|
|
|
+ CD8C5A8E25D057C00004A6D9 /* include */,
|
|
|
CDE4F7A225CF317C009E4EC1 /* program_args */,
|
|
|
CDE4F79125CF30BA009E4EC1 /* test */,
|
|
|
+ CD8C5A7625D0577E0004A6D9 /* program_args-test */,
|
|
|
CDE4F78B25CF309E009E4EC1 /* Products */,
|
|
|
+ CD8C5A8825D057900004A6D9 /* Frameworks */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
@@ -68,6 +133,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
CDE4F78A25CF309E009E4EC1 /* libprogram_args.a */,
|
|
|
+ CD8C5A7525D0577E0004A6D9 /* program_args-test.xctest */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -75,6 +141,8 @@
|
|
|
CDE4F79125CF30BA009E4EC1 /* test */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ CD8C5A9625D058470004A6D9 /* xcode_gtest_helper.h */,
|
|
|
+ CD8C5A8A25D057AA0004A6D9 /* options_test.cpp */,
|
|
|
);
|
|
|
path = test;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -103,6 +171,24 @@
|
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
+ CD8C5A7425D0577E0004A6D9 /* program_args-test */ = {
|
|
|
+ isa = PBXNativeTarget;
|
|
|
+ buildConfigurationList = CD8C5A8325D0577E0004A6D9 /* Build configuration list for PBXNativeTarget "program_args-test" */;
|
|
|
+ buildPhases = (
|
|
|
+ CD8C5A7125D0577E0004A6D9 /* Sources */,
|
|
|
+ CD8C5A7225D0577E0004A6D9 /* Frameworks */,
|
|
|
+ CD8C5A7325D0577E0004A6D9 /* Resources */,
|
|
|
+ );
|
|
|
+ buildRules = (
|
|
|
+ );
|
|
|
+ dependencies = (
|
|
|
+ CD8C5A7C25D0577E0004A6D9 /* PBXTargetDependency */,
|
|
|
+ );
|
|
|
+ name = "program_args-test";
|
|
|
+ productName = "program_args-test";
|
|
|
+ productReference = CD8C5A7525D0577E0004A6D9 /* program_args-test.xctest */;
|
|
|
+ productType = "com.apple.product-type.bundle.unit-test";
|
|
|
+ };
|
|
|
CDE4F78925CF309E009E4EC1 /* program_args */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
buildConfigurationList = CDE4F78E25CF309E009E4EC1 /* Build configuration list for PBXNativeTarget "program_args" */;
|
|
|
@@ -128,6 +214,9 @@
|
|
|
attributes = {
|
|
|
LastUpgradeCheck = 1240;
|
|
|
TargetAttributes = {
|
|
|
+ CD8C5A7425D0577E0004A6D9 = {
|
|
|
+ CreatedOnToolsVersion = 12.4;
|
|
|
+ };
|
|
|
CDE4F78925CF309E009E4EC1 = {
|
|
|
CreatedOnToolsVersion = 12.4;
|
|
|
};
|
|
|
@@ -153,6 +242,7 @@
|
|
|
projectRoot = "";
|
|
|
targets = (
|
|
|
CDE4F78925CF309E009E4EC1 /* program_args */,
|
|
|
+ CD8C5A7425D0577E0004A6D9 /* program_args-test */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
|
@@ -188,7 +278,25 @@
|
|
|
};
|
|
|
/* End PBXReferenceProxy section */
|
|
|
|
|
|
+/* Begin PBXResourcesBuildPhase section */
|
|
|
+ CD8C5A7325D0577E0004A6D9 /* Resources */ = {
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXResourcesBuildPhase section */
|
|
|
+
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
+ CD8C5A7125D0577E0004A6D9 /* Sources */ = {
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ CD8C5A8B25D057AA0004A6D9 /* options_test.cpp in Sources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
CDE4F78725CF309E009E4EC1 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
@@ -198,14 +306,54 @@
|
|
|
};
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
+/* Begin PBXTargetDependency section */
|
|
|
+ CD8C5A7C25D0577E0004A6D9 /* PBXTargetDependency */ = {
|
|
|
+ isa = PBXTargetDependency;
|
|
|
+ target = CDE4F78925CF309E009E4EC1 /* program_args */;
|
|
|
+ targetProxy = CD8C5A7B25D0577E0004A6D9 /* PBXContainerItemProxy */;
|
|
|
+ };
|
|
|
+/* End PBXTargetDependency section */
|
|
|
+
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
+ CD8C5A7D25D0577E0004A6D9 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
|
+ INFOPLIST_FILE = "program_args-test/Info.plist";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/../Frameworks",
|
|
|
+ "@loader_path/../Frameworks",
|
|
|
+ );
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.program-args-test";
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ CD8C5A7E25D0577E0004A6D9 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
|
+ INFOPLIST_FILE = "program_args-test/Info.plist";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/../Frameworks",
|
|
|
+ "@loader_path/../Frameworks",
|
|
|
+ );
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.program-args-test";
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
CDE4F78C25CF309E009E4EC1 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
@@ -255,6 +403,7 @@
|
|
|
MTL_FAST_MATH = YES;
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
SDKROOT = macosx;
|
|
|
+ USER_HEADER_SEARCH_PATHS = include/;
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
@@ -264,7 +413,7 @@
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
@@ -307,6 +456,7 @@
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
MTL_FAST_MATH = YES;
|
|
|
SDKROOT = macosx;
|
|
|
+ USER_HEADER_SEARCH_PATHS = include/;
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
@@ -333,6 +483,15 @@
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
+ CD8C5A8325D0577E0004A6D9 /* Build configuration list for PBXNativeTarget "program_args-test" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ CD8C5A7D25D0577E0004A6D9 /* Debug */,
|
|
|
+ CD8C5A7E25D0577E0004A6D9 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
+ };
|
|
|
CDE4F78525CF309E009E4EC1 /* Build configuration list for PBXProject "program_args" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|