|
@@ -18,6 +18,7 @@
|
|
|
32B2C838236BC8270085F065 /* Universalize.m in Sources */ = {isa = PBXBuildFile; fileRef = 32B2C837236BC8270085F065 /* Universalize.m */; };
|
|
|
4C56B59D29E670DD00D47844 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C56B59C29E670DD00D47844 /* main.m */; };
|
|
|
4C56B5A129E670F000D47844 /* Universalize.m in Sources */ = {isa = PBXBuildFile; fileRef = 32B2C837236BC8270085F065 /* Universalize.m */; };
|
|
|
+ 4CADFF8C2AC0CD4C00218BB8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CADFF8B2AC0CD4C00218BB8 /* main.m */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
@@ -39,6 +40,15 @@
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 1;
|
|
|
};
|
|
|
+ 4CADFF872AC0CD4C00218BB8 /* CopyFiles */ = {
|
|
|
+ isa = PBXCopyFilesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ dstPath = /usr/share/man/man1/;
|
|
|
+ dstSubfolderSpec = 0;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 1;
|
|
|
+ };
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
@@ -63,6 +73,8 @@
|
|
|
32B2C839236D1BD40085F065 /* Universalize.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Universalize.h; sourceTree = "<group>"; };
|
|
|
4C56B59A29E670DD00D47844 /* universalize */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = universalize; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
4C56B59C29E670DD00D47844 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
|
+ 4CADFF892AC0CD4C00218BB8 /* chartest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = chartest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ 4CADFF8B2AC0CD4C00218BB8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -80,6 +92,13 @@
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
+ 4CADFF862AC0CD4C00218BB8 /* Frameworks */ = {
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
@@ -88,6 +107,7 @@
|
|
|
children = (
|
|
|
3249302920E4E29700E99767 /* bootstrapTool */,
|
|
|
4C56B59B29E670DD00D47844 /* univerisalize */,
|
|
|
+ 4CADFF8A2AC0CD4C00218BB8 /* chartest */,
|
|
|
3249302820E4E29700E99767 /* Products */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
@@ -97,6 +117,7 @@
|
|
|
children = (
|
|
|
3249302720E4E29700E99767 /* bootstrapTool */,
|
|
|
4C56B59A29E670DD00D47844 /* universalize */,
|
|
|
+ 4CADFF892AC0CD4C00218BB8 /* chartest */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
@@ -142,6 +163,14 @@
|
|
|
path = univerisalize;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 4CADFF8A2AC0CD4C00218BB8 /* chartest */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 4CADFF8B2AC0CD4C00218BB8 /* main.m */,
|
|
|
+ );
|
|
|
+ path = chartest;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
@@ -179,6 +208,23 @@
|
|
|
productReference = 4C56B59A29E670DD00D47844 /* universalize */;
|
|
|
productType = "com.apple.product-type.tool";
|
|
|
};
|
|
|
+ 4CADFF882AC0CD4C00218BB8 /* chartest */ = {
|
|
|
+ isa = PBXNativeTarget;
|
|
|
+ buildConfigurationList = 4CADFF8F2AC0CD4C00218BB8 /* Build configuration list for PBXNativeTarget "chartest" */;
|
|
|
+ buildPhases = (
|
|
|
+ 4CADFF852AC0CD4C00218BB8 /* Sources */,
|
|
|
+ 4CADFF862AC0CD4C00218BB8 /* Frameworks */,
|
|
|
+ 4CADFF872AC0CD4C00218BB8 /* CopyFiles */,
|
|
|
+ );
|
|
|
+ buildRules = (
|
|
|
+ );
|
|
|
+ dependencies = (
|
|
|
+ );
|
|
|
+ name = chartest;
|
|
|
+ productName = chartest;
|
|
|
+ productReference = 4CADFF892AC0CD4C00218BB8 /* chartest */;
|
|
|
+ productType = "com.apple.product-type.tool";
|
|
|
+ };
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
/* Begin PBXProject section */
|
|
@@ -196,6 +242,10 @@
|
|
|
CreatedOnToolsVersion = 14.2;
|
|
|
ProvisioningStyle = Automatic;
|
|
|
};
|
|
|
+ 4CADFF882AC0CD4C00218BB8 = {
|
|
|
+ CreatedOnToolsVersion = 14.2;
|
|
|
+ ProvisioningStyle = Automatic;
|
|
|
+ };
|
|
|
};
|
|
|
};
|
|
|
buildConfigurationList = 3249302220E4E29700E99767 /* Build configuration list for PBXProject "bootstrapTool" */;
|
|
@@ -212,6 +262,7 @@
|
|
|
targets = (
|
|
|
3249302620E4E29700E99767 /* bootstrapTool */,
|
|
|
4C56B59929E670DD00D47844 /* universalize */,
|
|
|
+ 4CADFF882AC0CD4C00218BB8 /* chartest */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
@@ -242,6 +293,14 @@
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
+ 4CADFF852AC0CD4C00218BB8 /* Sources */ = {
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ 4CADFF8C2AC0CD4C00218BB8 /* main.m in Sources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
@@ -407,6 +466,39 @@
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
+ 4CADFF8D2AC0CD4C00218BB8 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
|
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
|
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
+ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 12.6;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ 4CADFF8E2AC0CD4C00218BB8 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
|
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
|
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
+ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 12.6;
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
@@ -437,6 +529,15 @@
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
+ 4CADFF8F2AC0CD4C00218BB8 /* Build configuration list for PBXNativeTarget "chartest" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ 4CADFF8D2AC0CD4C00218BB8 /* Debug */,
|
|
|
+ 4CADFF8E2AC0CD4C00218BB8 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
+ };
|
|
|
/* End XCConfigurationList section */
|
|
|
};
|
|
|
rootObject = 3249301F20E4E29700E99767 /* Project object */;
|