|
|
@@ -6,7 +6,23 @@
|
|
|
objectVersion = 46;
|
|
|
objects = {
|
|
|
|
|
|
+/* Begin PBXBuildFile section */
|
|
|
+ CDCB3C4224E4569C0029B771 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDEC1DCD2351677C0091D9F2 /* GoogleMock.framework */; };
|
|
|
+ CDCB3C4524E456A60029B771 /* const_propogating_ptr_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD0364691E1F3F0B003B7B84 /* const_propogating_ptr_test.cxx */; };
|
|
|
+ CDCB3C4624E456A60029B771 /* const_ptr_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD03646A1E1F41DE003B7B84 /* const_ptr_test.cxx */; };
|
|
|
+ CDCB3C4724E456A60029B771 /* value_ptr_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD03646B1E1F42A1003B7B84 /* value_ptr_test.cxx */; };
|
|
|
+ CDCB3C4824E456A60029B771 /* not_null_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDC3B0E31DF261D7002A415B /* not_null_test.cxx */; };
|
|
|
+ CDCB3C4924E456A60029B771 /* maybe_null_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDC3B0E71DF263B2002A415B /* maybe_null_test.cxx */; };
|
|
|
+/* End PBXBuildFile section */
|
|
|
+
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
|
+ CDCB3C4324E456A00029B771 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = CDEC1DC52351677C0091D9F2 /* GoogleMock.xcodeproj */;
|
|
|
+ proxyType = 1;
|
|
|
+ remoteGlobalIDString = 05818F851A685AEA0072A469;
|
|
|
+ remoteInfo = GoogleMock;
|
|
|
+ };
|
|
|
CDEC1DCC2351677C0091D9F2 /* PBXContainerItemProxy */ = {
|
|
|
isa = PBXContainerItemProxy;
|
|
|
containerPortal = CDEC1DC52351677C0091D9F2 /* GoogleMock.xcodeproj */;
|
|
|
@@ -37,34 +53,25 @@
|
|
|
};
|
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
|
-/* Begin PBXCopyFilesBuildPhase section */
|
|
|
- CD3DA3F01D9B42BC001B53A0 /* CopyFiles */ = {
|
|
|
- isa = PBXCopyFilesBuildPhase;
|
|
|
- buildActionMask = 2147483647;
|
|
|
- dstPath = /usr/share/man/man1/;
|
|
|
- dstSubfolderSpec = 0;
|
|
|
- files = (
|
|
|
- );
|
|
|
- runOnlyForDeploymentPostprocessing = 1;
|
|
|
- };
|
|
|
-/* End PBXCopyFilesBuildPhase section */
|
|
|
-
|
|
|
/* Begin PBXFileReference section */
|
|
|
CD0364691E1F3F0B003B7B84 /* const_propogating_ptr_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = const_propogating_ptr_test.cxx; sourceTree = "<group>"; };
|
|
|
CD03646A1E1F41DE003B7B84 /* const_ptr_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = const_ptr_test.cxx; sourceTree = "<group>"; };
|
|
|
CD03646B1E1F42A1003B7B84 /* value_ptr_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = value_ptr_test.cxx; sourceTree = "<group>"; };
|
|
|
- CD3DA3F21D9B42BC001B53A0 /* pointers_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = pointers_tc; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CDC3B0E31DF261D7002A415B /* not_null_test.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = not_null_test.cxx; sourceTree = "<group>"; };
|
|
|
CDC3B0E71DF263B2002A415B /* maybe_null_test.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = maybe_null_test.cxx; sourceTree = "<group>"; };
|
|
|
CDCB3C2F24E453E30029B771 /* pointer */ = {isa = PBXFileReference; lastKnownFileType = folder; name = pointer; path = include/pointer; sourceTree = "<group>"; };
|
|
|
+ CDCB3C3924E456950029B771 /* pointer-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "pointer-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ CDCB3C3D24E456950029B771 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
+ CDCB3C4A24E4589D0029B771 /* test_stubs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = test_stubs.h; sourceTree = "<group>"; };
|
|
|
CDEC1DC52351677C0091D9F2 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
- CD3DA3EF1D9B42BC001B53A0 /* Frameworks */ = {
|
|
|
+ CDCB3C3624E456950029B771 /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ CDCB3C4224E4569C0029B771 /* GoogleMock.framework in Frameworks */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
@@ -74,11 +81,12 @@
|
|
|
CD125DDB1E1F27E000B53FB5 /* test */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ CDCB3C4A24E4589D0029B771 /* test_stubs.h */,
|
|
|
CD0364691E1F3F0B003B7B84 /* const_propogating_ptr_test.cxx */,
|
|
|
CD03646A1E1F41DE003B7B84 /* const_ptr_test.cxx */,
|
|
|
- CD03646B1E1F42A1003B7B84 /* value_ptr_test.cxx */,
|
|
|
- CDC3B0E31DF261D7002A415B /* not_null_test.cxx */,
|
|
|
CDC3B0E71DF263B2002A415B /* maybe_null_test.cxx */,
|
|
|
+ CDC3B0E31DF261D7002A415B /* not_null_test.cxx */,
|
|
|
+ CD03646B1E1F42A1003B7B84 /* value_ptr_test.cxx */,
|
|
|
);
|
|
|
path = test;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -89,18 +97,35 @@
|
|
|
CDEC1DC52351677C0091D9F2 /* GoogleMock.xcodeproj */,
|
|
|
CDCB3C2F24E453E30029B771 /* pointer */,
|
|
|
CD125DDB1E1F27E000B53FB5 /* test */,
|
|
|
+ CDCB3C3A24E456950029B771 /* pointer-test */,
|
|
|
CD3DA3F31D9B42BC001B53A0 /* Products */,
|
|
|
+ CDCB3C4124E4569C0029B771 /* Frameworks */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
CD3DA3F31D9B42BC001B53A0 /* Products */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- CD3DA3F21D9B42BC001B53A0 /* pointers_tc */,
|
|
|
+ CDCB3C3924E456950029B771 /* pointer-test.xctest */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ CDCB3C3A24E456950029B771 /* pointer-test */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CDCB3C3D24E456950029B771 /* Info.plist */,
|
|
|
+ );
|
|
|
+ path = "pointer-test";
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ CDCB3C4124E4569C0029B771 /* Frameworks */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ name = Frameworks;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
CDEC1DC62351677C0091D9F2 /* Products */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -115,23 +140,23 @@
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
- CD3DA3F11D9B42BC001B53A0 /* pointers_tc */ = {
|
|
|
+ CDCB3C3824E456950029B771 /* pointer-test */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
- buildConfigurationList = CD3DA3F91D9B42BC001B53A0 /* Build configuration list for PBXNativeTarget "pointers_tc" */;
|
|
|
+ buildConfigurationList = CDCB3C3E24E456950029B771 /* Build configuration list for PBXNativeTarget "pointer-test" */;
|
|
|
buildPhases = (
|
|
|
- CDC3B0E41DF2622C002A415B /* ShellScript */,
|
|
|
- CD3DA3EE1D9B42BC001B53A0 /* Sources */,
|
|
|
- CD3DA3EF1D9B42BC001B53A0 /* Frameworks */,
|
|
|
- CD3DA3F01D9B42BC001B53A0 /* CopyFiles */,
|
|
|
+ CDCB3C3524E456950029B771 /* Sources */,
|
|
|
+ CDCB3C3624E456950029B771 /* Frameworks */,
|
|
|
+ CDCB3C3724E456950029B771 /* Resources */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
dependencies = (
|
|
|
+ CDCB3C4424E456A00029B771 /* PBXTargetDependency */,
|
|
|
);
|
|
|
- name = pointers_tc;
|
|
|
- productName = pointers;
|
|
|
- productReference = CD3DA3F21D9B42BC001B53A0 /* pointers_tc */;
|
|
|
- productType = "com.apple.product-type.tool";
|
|
|
+ name = "pointer-test";
|
|
|
+ productName = "pointer-test";
|
|
|
+ productReference = CDCB3C3924E456950029B771 /* pointer-test.xctest */;
|
|
|
+ productType = "com.apple.product-type.bundle.unit-test";
|
|
|
};
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
@@ -142,8 +167,9 @@
|
|
|
LastUpgradeCheck = 1110;
|
|
|
ORGANIZATIONNAME = "Sam Jaffe";
|
|
|
TargetAttributes = {
|
|
|
- CD3DA3F11D9B42BC001B53A0 = {
|
|
|
- CreatedOnToolsVersion = 7.2.1;
|
|
|
+ CDCB3C3824E456950029B771 = {
|
|
|
+ CreatedOnToolsVersion = 11.3.1;
|
|
|
+ ProvisioningStyle = Automatic;
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
@@ -166,7 +192,7 @@
|
|
|
);
|
|
|
projectRoot = "";
|
|
|
targets = (
|
|
|
- CD3DA3F11D9B42BC001B53A0 /* pointers_tc */,
|
|
|
+ CDCB3C3824E456950029B771 /* pointer-test */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
|
@@ -202,38 +228,39 @@
|
|
|
};
|
|
|
/* End PBXReferenceProxy section */
|
|
|
|
|
|
-/* Begin PBXShellScriptBuildPhase section */
|
|
|
- CDC3B0E41DF2622C002A415B /* ShellScript */ = {
|
|
|
- isa = PBXShellScriptBuildPhase;
|
|
|
+/* Begin PBXResourcesBuildPhase section */
|
|
|
+ CDCB3C3724E456950029B771 /* Resources */ = {
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
);
|
|
|
- inputPaths = (
|
|
|
- "$(SRCROOT)/test/not_null.t.h",
|
|
|
- "$(SRCROOT)/test/maybe_null.t.h",
|
|
|
- "$(SRCROOT)/test/const_propogating_ptr.t.h",
|
|
|
- "$(SRCROOT)/test/const_ptr.t.h",
|
|
|
- "$(SRCROOT)/test/value_ptr.t.h",
|
|
|
- );
|
|
|
- outputPaths = (
|
|
|
- "$(SRCROOT)/test/pointers_tc.cpp",
|
|
|
- );
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
- shellPath = /bin/sh;
|
|
|
- shellScript = "cxxtestgen --error-printer -o test/pointers_tc.cpp test/*.t.h\n";
|
|
|
};
|
|
|
-/* End PBXShellScriptBuildPhase section */
|
|
|
+/* End PBXResourcesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
- CD3DA3EE1D9B42BC001B53A0 /* Sources */ = {
|
|
|
+ CDCB3C3524E456950029B771 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ CDCB3C4724E456A60029B771 /* value_ptr_test.cxx in Sources */,
|
|
|
+ CDCB3C4924E456A60029B771 /* maybe_null_test.cxx in Sources */,
|
|
|
+ CDCB3C4624E456A60029B771 /* const_ptr_test.cxx in Sources */,
|
|
|
+ CDCB3C4524E456A60029B771 /* const_propogating_ptr_test.cxx in Sources */,
|
|
|
+ CDCB3C4824E456A60029B771 /* not_null_test.cxx in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
+/* Begin PBXTargetDependency section */
|
|
|
+ CDCB3C4424E456A00029B771 /* PBXTargetDependency */ = {
|
|
|
+ isa = PBXTargetDependency;
|
|
|
+ name = GoogleMock;
|
|
|
+ targetProxy = CDCB3C4324E456A00029B771 /* PBXContainerItemProxy */;
|
|
|
+ };
|
|
|
+/* End PBXTargetDependency section */
|
|
|
+
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
CD3DA3F71D9B42BC001B53A0 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
@@ -338,20 +365,45 @@
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
- CD3DA3FA1D9B42BC001B53A0 /* Debug */ = {
|
|
|
+ CDCB3C3F24E456950029B771 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
- CODE_SIGN_IDENTITY = "-";
|
|
|
- HEADER_SEARCH_PATHS = "${HOME}/Documents/Programming/Resources/cxxtest-4.4/";
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
+ INFOPLIST_FILE = "pointer-test/Info.plist";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.pointer-test";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
- CD3DA3FB1D9B42BC001B53A0 /* Release */ = {
|
|
|
+ CDCB3C4024E456950029B771 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
- CODE_SIGN_IDENTITY = "-";
|
|
|
- HEADER_SEARCH_PATHS = "${HOME}/Documents/Programming/Resources/cxxtest-4.4/";
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
+ INFOPLIST_FILE = "pointer-test/Info.plist";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.pointer-test";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
};
|
|
|
name = Release;
|
|
|
@@ -368,11 +420,11 @@
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
- CD3DA3F91D9B42BC001B53A0 /* Build configuration list for PBXNativeTarget "pointers_tc" */ = {
|
|
|
+ CDCB3C3E24E456950029B771 /* Build configuration list for PBXNativeTarget "pointer-test" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
- CD3DA3FA1D9B42BC001B53A0 /* Debug */,
|
|
|
- CD3DA3FB1D9B42BC001B53A0 /* Release */,
|
|
|
+ CDCB3C3F24E456950029B771 /* Debug */,
|
|
|
+ CDCB3C4024E456950029B771 /* Release */,
|
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|