Ver código fonte

chore: install headers

Sam Jaffe 2 anos atrás
pai
commit
c7abb70a7a
1 arquivos alterados com 98 adições e 0 exclusões
  1. 98 0
      opaque_typedef.xcodeproj/project.pbxproj

+ 98 - 0
opaque_typedef.xcodeproj/project.pbxproj

@@ -9,6 +9,7 @@
 /* Begin PBXBuildFile section */
 		CD70491220C48B7C007C944C /* opaque_typedef_conversion_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD7048F020C48AE4007C944C /* opaque_typedef_conversion_test.cxx */; };
 		CD70491520C48B8C007C944C /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD7048FB20C48B30007C944C /* GoogleMock.framework */; };
+		CDD4781F29C5E7FF00BDB829 /* opaque_typedef in Headers */ = {isa = PBXBuildFile; fileRef = CDE8546624DF5051006FE7C7 /* opaque_typedef */; settings = {ATTRIBUTES = (Public, ); }; };
 		CDE8546724DF5051006FE7C7 /* opaque_typedef in Resources */ = {isa = PBXBuildFile; fileRef = CDE8546624DF5051006FE7C7 /* opaque_typedef */; };
 		CDE8547324DF80EE006FE7C7 /* opaque_typedef_comparable_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDE8547224DF80EE006FE7C7 /* opaque_typedef_comparable_test.cxx */; };
 		CDE8547524DF8110006FE7C7 /* opaque_typedef_adhoc_arithmetic_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDE8547424DF8110006FE7C7 /* opaque_typedef_adhoc_arithmetic_test.cxx */; };
@@ -59,6 +60,7 @@
 		CD70490720C48B75007C944C /* opaque_typedef_test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = opaque_typedef_test.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
 		CD70490B20C48B75007C944C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		CDAA6D1224E0645100E09BB9 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
+		CDD4781B29C5E7FA00BDB829 /* libopaque_typedef.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libopaque_typedef.a; sourceTree = BUILT_PRODUCTS_DIR; };
 		CDE8546624DF5051006FE7C7 /* opaque_typedef */ = {isa = PBXFileReference; lastKnownFileType = folder; name = opaque_typedef; path = include/opaque_typedef; sourceTree = "<group>"; };
 		CDE8547224DF80EE006FE7C7 /* opaque_typedef_comparable_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = opaque_typedef_comparable_test.cxx; sourceTree = "<group>"; };
 		CDE8547424DF8110006FE7C7 /* opaque_typedef_adhoc_arithmetic_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = opaque_typedef_adhoc_arithmetic_test.cxx; sourceTree = "<group>"; };
@@ -74,6 +76,13 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
+		CDD4781929C5E7FA00BDB829 /* Frameworks */ = {
+			isa = PBXFrameworksBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
 /* End PBXFrameworksBuildPhase section */
 
 /* Begin PBXGroup section */
@@ -93,6 +102,7 @@
 			isa = PBXGroup;
 			children = (
 				CD70490720C48B75007C944C /* opaque_typedef_test.xctest */,
+				CDD4781B29C5E7FA00BDB829 /* libopaque_typedef.a */,
 			);
 			name = Products;
 			sourceTree = "<group>";
@@ -129,6 +139,17 @@
 		};
 /* End PBXGroup section */
 
+/* Begin PBXHeadersBuildPhase section */
+		CDD4781729C5E7FA00BDB829 /* Headers */ = {
+			isa = PBXHeadersBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				CDD4781F29C5E7FF00BDB829 /* opaque_typedef in Headers */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXHeadersBuildPhase section */
+
 /* Begin PBXNativeTarget section */
 		CD70490620C48B75007C944C /* opaque_typedef_test */ = {
 			isa = PBXNativeTarget;
@@ -148,6 +169,23 @@
 			productReference = CD70490720C48B75007C944C /* opaque_typedef_test.xctest */;
 			productType = "com.apple.product-type.bundle.unit-test";
 		};
+		CDD4781A29C5E7FA00BDB829 /* opaque_typedef */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = CDD4781C29C5E7FA00BDB829 /* Build configuration list for PBXNativeTarget "opaque_typedef" */;
+			buildPhases = (
+				CDD4781729C5E7FA00BDB829 /* Headers */,
+				CDD4781829C5E7FA00BDB829 /* Sources */,
+				CDD4781929C5E7FA00BDB829 /* Frameworks */,
+			);
+			buildRules = (
+			);
+			dependencies = (
+			);
+			name = opaque_typedef;
+			productName = opaque_typedef;
+			productReference = CDD4781B29C5E7FA00BDB829 /* libopaque_typedef.a */;
+			productType = "com.apple.product-type.library.static";
+		};
 /* End PBXNativeTarget section */
 
 /* Begin PBXProject section */
@@ -160,6 +198,10 @@
 					CD70490620C48B75007C944C = {
 						CreatedOnToolsVersion = 7.2.1;
 					};
+					CDD4781A29C5E7FA00BDB829 = {
+						CreatedOnToolsVersion = 13.4.1;
+						ProvisioningStyle = Automatic;
+					};
 				};
 			};
 			buildConfigurationList = CD3C80631D63EE0000ACC795 /* Build configuration list for PBXProject "opaque_typedef" */;
@@ -182,6 +224,7 @@
 			projectRoot = "";
 			targets = (
 				CD70490620C48B75007C944C /* opaque_typedef_test */,
+				CDD4781A29C5E7FA00BDB829 /* opaque_typedef */,
 			);
 		};
 /* End PBXProject section */
@@ -240,6 +283,13 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
+		CDD4781829C5E7FA00BDB829 /* Sources */ = {
+			isa = PBXSourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
 /* End PBXSourcesBuildPhase section */
 
 /* Begin PBXTargetDependency section */
@@ -380,6 +430,45 @@
 			};
 			name = Release;
 		};
+		CDD4781D29C5E7FA00BDB829 /* 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;
+		};
+		CDD4781E29C5E7FA00BDB829 /* 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;
+		};
 /* End XCBuildConfiguration section */
 
 /* Begin XCConfigurationList section */
@@ -401,6 +490,15 @@
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
 		};
+		CDD4781C29C5E7FA00BDB829 /* Build configuration list for PBXNativeTarget "opaque_typedef" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				CDD4781D29C5E7FA00BDB829 /* Debug */,
+				CDD4781E29C5E7FA00BDB829 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
 /* End XCConfigurationList section */
 	};
 	rootObject = CD3C80601D63EE0000ACC795 /* Project object */;