|
798 | 798 | B933A79D1F3055F600FE6846 /* NSString-UTF32-LE-data.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "NSString-UTF32-LE-data.txt"; sourceTree = "<group>"; };
|
799 | 799 | B951B5EB1F4E2A2000D8B332 /* TestNSLock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestNSLock.swift; sourceTree = "<group>"; };
|
800 | 800 | B9974B8F1EDF4A22007F15B8 /* TransferState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TransferState.swift; path = http/TransferState.swift; sourceTree = "<group>"; };
|
801 |
| - B9974B901EDF4A22007F15B8 /* MultiHandle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MultiHandle.swift; path = http/MultiHandle.swift; sourceTree = "<group>"; }; |
802 |
| - B9974B911EDF4A22007F15B8 /* libcurlHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = libcurlHelpers.swift; path = http/libcurlHelpers.swift; sourceTree = "<group>"; }; |
| 801 | + B9974B901EDF4A22007F15B8 /* MultiHandle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultiHandle.swift; sourceTree = "<group>"; }; |
| 802 | + B9974B911EDF4A22007F15B8 /* libcurlHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = libcurlHelpers.swift; sourceTree = "<group>"; }; |
803 | 803 | B9974B921EDF4A22007F15B8 /* HTTPURLProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = HTTPURLProtocol.swift; path = http/HTTPURLProtocol.swift; sourceTree = "<group>"; };
|
804 | 804 | B9974B931EDF4A22007F15B8 /* HTTPMessage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = HTTPMessage.swift; path = http/HTTPMessage.swift; sourceTree = "<group>"; };
|
805 | 805 | B9974B941EDF4A22007F15B8 /* HTTPBodySource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = HTTPBodySource.swift; path = http/HTTPBodySource.swift; sourceTree = "<group>"; };
|
806 |
| - B9974B951EDF4A22007F15B8 /* EasyHandle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = EasyHandle.swift; path = http/EasyHandle.swift; sourceTree = "<group>"; }; |
| 806 | + B9974B951EDF4A22007F15B8 /* EasyHandle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EasyHandle.swift; sourceTree = "<group>"; }; |
807 | 807 | BD8042151E09857800487EB8 /* TestLengthFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestLengthFormatter.swift; sourceTree = "<group>"; };
|
808 | 808 | BDBB658F1E256BFA001A7286 /* TestEnergyFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestEnergyFormatter.swift; sourceTree = "<group>"; };
|
809 | 809 | BDFDF0A61DFF5B3E00C04CC5 /* TestPersonNameComponents.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestPersonNameComponents.swift; sourceTree = "<group>"; };
|
|
993 | 993 | 5B1FD9C71D6D162D0080E83C /* Session */ = {
|
994 | 994 | isa = PBXGroup;
|
995 | 995 | children = (
|
| 996 | + 614732781FC2DEB7005B5E61 /* libcurl */, |
996 | 997 | E4F889331E9CF04D008A70EB /* http */,
|
997 | 998 | 5B1FD9C81D6D16580080E83C /* Configuration.swift */,
|
998 | 999 | 5B1FD9CE1D6D16580080E83C /* URLSession.swift */,
|
|
1352 | 1353 | path = Foundation;
|
1353 | 1354 | sourceTree = "<group>";
|
1354 | 1355 | };
|
| 1356 | + 614732781FC2DEB7005B5E61 /* libcurl */ = { |
| 1357 | + isa = PBXGroup; |
| 1358 | + children = ( |
| 1359 | + B9974B901EDF4A22007F15B8 /* MultiHandle.swift */, |
| 1360 | + B9974B911EDF4A22007F15B8 /* libcurlHelpers.swift */, |
| 1361 | + B9974B951EDF4A22007F15B8 /* EasyHandle.swift */, |
| 1362 | + ); |
| 1363 | + path = libcurl; |
| 1364 | + sourceTree = "<group>"; |
| 1365 | + }; |
1355 | 1366 | 9F4ADBCF1ECD4F56001F0B3D /* xdgTestHelper */ = {
|
1356 | 1367 | isa = PBXGroup;
|
1357 | 1368 | children = (
|
|
1367 | 1378 | children = (
|
1368 | 1379 | B9974B921EDF4A22007F15B8 /* HTTPURLProtocol.swift */,
|
1369 | 1380 | B9974B8F1EDF4A22007F15B8 /* TransferState.swift */,
|
1370 |
| - B9974B901EDF4A22007F15B8 /* MultiHandle.swift */, |
1371 |
| - B9974B911EDF4A22007F15B8 /* libcurlHelpers.swift */, |
1372 | 1381 | B9974B931EDF4A22007F15B8 /* HTTPMessage.swift */,
|
1373 | 1382 | B9974B941EDF4A22007F15B8 /* HTTPBodySource.swift */,
|
1374 |
| - B9974B951EDF4A22007F15B8 /* EasyHandle.swift */, |
1375 | 1383 | );
|
1376 | 1384 | name = http;
|
1377 | 1385 | sourceTree = "<group>";
|
|
3002 | 3010 | };
|
3003 | 3011 | rootObject = 5B5D88541BBC938800234F36 /* Project object */;
|
3004 | 3012 | }
|
| 3013 | + |
0 commit comments