Browse Source

chore: install headers

Sam Jaffe 2 years ago
parent
commit
fb5df7202b
1 changed files with 98 additions and 0 deletions
  1. 98 0
      case-matcher.xcodeproj/project.pbxproj

+ 98 - 0
case-matcher.xcodeproj/project.pbxproj

@@ -7,6 +7,7 @@
 	objects = {
 
 /* Begin PBXBuildFile section */
+		CDE93F5F29C5ECFC0086A8CA /* match in Headers */ = {isa = PBXBuildFile; fileRef = CDEC1E5723522DBF0091D9F2 /* match */; settings = {ATTRIBUTES = (Public, ); }; };
 		CDEC1E6523522E100091D9F2 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDEC1DA02351663A0091D9F2 /* GoogleMock.framework */; };
 		CDEC1E6623522E140091D9F2 /* match_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDEC1E5623522DB20091D9F2 /* match_test.cxx */; };
 /* End PBXBuildFile section */
@@ -43,6 +44,7 @@
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXFileReference section */
+		CDE93F5B29C5ECF50086A8CA /* libcase-matcher.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libcase-matcher.a"; sourceTree = BUILT_PRODUCTS_DIR; };
 		CDEC1D982351663A0091D9F2 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
 		CDEC1E5623522DB20091D9F2 /* match_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = match_test.cxx; sourceTree = "<group>"; };
 		CDEC1E5723522DBF0091D9F2 /* match */ = {isa = PBXFileReference; lastKnownFileType = folder; name = match; path = include/match; sourceTree = "<group>"; };
@@ -51,6 +53,13 @@
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
+		CDE93F5929C5ECF50086A8CA /* Frameworks */ = {
+			isa = PBXFrameworksBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
 		CDEC1E5923522DF10091D9F2 /* Frameworks */ = {
 			isa = PBXFrameworksBuildPhase;
 			buildActionMask = 2147483647;
@@ -78,6 +87,7 @@
 			isa = PBXGroup;
 			children = (
 				CDEC1E5C23522DF10091D9F2 /* case-matcher-test.xctest */,
+				CDE93F5B29C5ECF50086A8CA /* libcase-matcher.a */,
 			);
 			name = Products;
 			sourceTree = "<group>";
@@ -118,7 +128,35 @@
 		};
 /* End PBXGroup section */
 
+/* Begin PBXHeadersBuildPhase section */
+		CDE93F5729C5ECF50086A8CA /* Headers */ = {
+			isa = PBXHeadersBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				CDE93F5F29C5ECFC0086A8CA /* match in Headers */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXHeadersBuildPhase section */
+
 /* Begin PBXNativeTarget section */
+		CDE93F5A29C5ECF50086A8CA /* case-matcher */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = CDE93F5E29C5ECF50086A8CA /* Build configuration list for PBXNativeTarget "case-matcher" */;
+			buildPhases = (
+				CDE93F5729C5ECF50086A8CA /* Headers */,
+				CDE93F5829C5ECF50086A8CA /* Sources */,
+				CDE93F5929C5ECF50086A8CA /* Frameworks */,
+			);
+			buildRules = (
+			);
+			dependencies = (
+			);
+			name = "case-matcher";
+			productName = "case-matcher";
+			productReference = CDE93F5B29C5ECF50086A8CA /* libcase-matcher.a */;
+			productType = "com.apple.product-type.library.static";
+		};
 		CDEC1E5B23522DF10091D9F2 /* case-matcher-test */ = {
 			isa = PBXNativeTarget;
 			buildConfigurationList = CDEC1E6123522DF10091D9F2 /* Build configuration list for PBXNativeTarget "case-matcher-test" */;
@@ -145,6 +183,10 @@
 				LastUpgradeCheck = 1230;
 				ORGANIZATIONNAME = "Sam Jaffe";
 				TargetAttributes = {
+					CDE93F5A29C5ECF50086A8CA = {
+						CreatedOnToolsVersion = 13.4.1;
+						ProvisioningStyle = Automatic;
+					};
 					CDEC1E5B23522DF10091D9F2 = {
 						CreatedOnToolsVersion = 11.1;
 						ProvisioningStyle = Automatic;
@@ -171,6 +213,7 @@
 			projectRoot = "";
 			targets = (
 				CDEC1E5B23522DF10091D9F2 /* case-matcher-test */,
+				CDE93F5A29C5ECF50086A8CA /* case-matcher */,
 			);
 		};
 /* End PBXProject section */
@@ -217,6 +260,13 @@
 /* End PBXResourcesBuildPhase section */
 
 /* Begin PBXSourcesBuildPhase section */
+		CDE93F5829C5ECF50086A8CA /* Sources */ = {
+			isa = PBXSourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
 		CDEC1E5823522DF10091D9F2 /* Sources */ = {
 			isa = PBXSourcesBuildPhase;
 			buildActionMask = 2147483647;
@@ -333,6 +383,45 @@
 			};
 			name = Release;
 		};
+		CDE93F5C29C5ECF50086A8CA /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				CLANG_ANALYZER_NONNULL = YES;
+				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
+				CLANG_ENABLE_OBJC_WEAK = YES;
+				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+				CODE_SIGN_STYLE = Automatic;
+				EXECUTABLE_PREFIX = lib;
+				GCC_C_LANGUAGE_STANDARD = gnu11;
+				MACOSX_DEPLOYMENT_TARGET = 12.0;
+				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
+				MTL_FAST_MATH = YES;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				SKIP_INSTALL = YES;
+			};
+			name = Debug;
+		};
+		CDE93F5D29C5ECF50086A8CA /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				CLANG_ANALYZER_NONNULL = YES;
+				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
+				CLANG_ENABLE_OBJC_WEAK = YES;
+				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+				CODE_SIGN_STYLE = Automatic;
+				EXECUTABLE_PREFIX = lib;
+				GCC_C_LANGUAGE_STANDARD = gnu11;
+				MACOSX_DEPLOYMENT_TARGET = 12.0;
+				MTL_FAST_MATH = YES;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				SKIP_INSTALL = YES;
+			};
+			name = Release;
+		};
 		CDEC1E6223522DF10091D9F2 /* Debug */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
@@ -388,6 +477,15 @@
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
 		};
+		CDE93F5E29C5ECF50086A8CA /* Build configuration list for PBXNativeTarget "case-matcher" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				CDE93F5C29C5ECF50086A8CA /* Debug */,
+				CDE93F5D29C5ECF50086A8CA /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
 		CDEC1E6123522DF10091D9F2 /* Build configuration list for PBXNativeTarget "case-matcher-test" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (