Этот коммит содержится в:
Alexey (MinovAS)
2023-06-10 02:12:13 +03:00
родитель 5ed1275fd5
Коммит a34356ce16
15 изменённых файлов: 5615 добавлений и 4 удалений

Просмотреть файл

@@ -7,6 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
353D5F472A33E82D004A7664 /* libcurl.4.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 353D5F362A33E2D3004A7664 /* libcurl.4.tbd */; };
35EA3A982A2D54F400ED69F1 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35EA3A972A2D54F400ED69F1 /* main.cpp */; };
35EA3AA02A2D58E700ED69F1 /* histogram.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35EA3A9E2A2D58E700ED69F1 /* histogram.cpp */; };
35EA3AA32A2D591600ED69F1 /* text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35EA3AA12A2D591600ED69F1 /* text.cpp */; };
@@ -26,6 +27,21 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
353D5F362A33E2D3004A7664 /* libcurl.4.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libcurl.4.tbd; path = usr/lib/libcurl.4.tbd; sourceTree = SDKROOT; };
353D5F382A33E52C004A7664 /* XcodeKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XcodeKit.framework; path = Library/Frameworks/XcodeKit.framework; sourceTree = DEVELOPER_DIR; };
353D5F3A2A33E651004A7664 /* curl */ = {isa = PBXFileReference; lastKnownFileType = folder; name = curl; path = ../../curl; sourceTree = "<group>"; };
353D5F3B2A33E6ED004A7664 /* stdcheaders.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = stdcheaders.hpp; sourceTree = "<group>"; };
353D5F3C2A33E6ED004A7664 /* header.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = header.hpp; sourceTree = "<group>"; };
353D5F3D2A33E6ED004A7664 /* mprintf.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = mprintf.hpp; sourceTree = "<group>"; };
353D5F3E2A33E6ED004A7664 /* curl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = curl.hpp; sourceTree = "<group>"; };
353D5F3F2A33E6ED004A7664 /* options.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = options.hpp; sourceTree = "<group>"; };
353D5F402A33E6ED004A7664 /* multi.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = multi.hpp; sourceTree = "<group>"; };
353D5F412A33E6ED004A7664 /* system.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = system.hpp; sourceTree = "<group>"; };
353D5F422A33E6EE004A7664 /* websockets.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = websockets.hpp; sourceTree = "<group>"; };
353D5F432A33E6EE004A7664 /* curlver.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = curlver.hpp; sourceTree = "<group>"; };
353D5F442A33E6EE004A7664 /* typecheck-gcc.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "typecheck-gcc.hpp"; sourceTree = "<group>"; };
353D5F452A33E6EE004A7664 /* easy.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = easy.hpp; sourceTree = "<group>"; };
353D5F462A33E6EE004A7664 /* urlapi.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = urlapi.hpp; sourceTree = "<group>"; };
35EA3A942A2D54F400ED69F1 /* lab_3 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lab_3; sourceTree = BUILT_PRODUCTS_DIR; };
35EA3A972A2D54F400ED69F1 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
35EA3A9E2A2D58E700ED69F1 /* histogram.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = histogram.cpp; sourceTree = "<group>"; };
@@ -42,12 +58,22 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
353D5F472A33E82D004A7664 /* libcurl.4.tbd in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
353D5F352A33E2D3004A7664 /* Frameworks */ = {
isa = PBXGroup;
children = (
353D5F382A33E52C004A7664 /* XcodeKit.framework */,
353D5F362A33E2D3004A7664 /* libcurl.4.tbd */,
);
name = Frameworks;
sourceTree = "<group>";
};
35EA3A8B2A2D54F400ED69F1 = {
isa = PBXGroup;
children = (
@@ -59,7 +85,21 @@
35EA3A9E2A2D58E700ED69F1 /* histogram.cpp */,
35EA3A9F2A2D58E700ED69F1 /* histogram.hpp */,
35EA3AA92A2D5D8400ED69F1 /* histogram_internal.hpp */,
353D5F3E2A33E6ED004A7664 /* curl.hpp */,
353D5F432A33E6EE004A7664 /* curlver.hpp */,
353D5F452A33E6EE004A7664 /* easy.hpp */,
353D5F3C2A33E6ED004A7664 /* header.hpp */,
353D5F3D2A33E6ED004A7664 /* mprintf.hpp */,
353D5F402A33E6ED004A7664 /* multi.hpp */,
353D5F3F2A33E6ED004A7664 /* options.hpp */,
353D5F3B2A33E6ED004A7664 /* stdcheaders.hpp */,
353D5F412A33E6ED004A7664 /* system.hpp */,
353D5F442A33E6EE004A7664 /* typecheck-gcc.hpp */,
353D5F462A33E6EE004A7664 /* urlapi.hpp */,
353D5F422A33E6EE004A7664 /* websockets.hpp */,
353D5F3A2A33E651004A7664 /* curl */,
35EA3A952A2D54F400ED69F1 /* Products */,
353D5F352A33E2D3004A7664 /* Frameworks */,
);
sourceTree = "<group>";
};